Top ".net-4.0" questions

Version 4.0 of the .NET Framework.

log4net not working

Hey I have this configuration in my web.config <log4net> <appender name="LogFileAppender" type="log4net.…

c# .net-4.0 log4net
Why am I getting Could not load file or assembly error on a System.Configuration DLL when using framework 4.0?

Immediately after we upgraded to visual studio 2010 and the 4.0 framework our trunk build started breaking with the Could not load …

assemblies .net-4.0 dll cruisecontrol.net
Where is the .NET Framework Global Assembly Cache?

I installed the VS2010 and .NET 4.0, then I compiled an assembly and ran the gacutil using the exe available on %…

.net-4.0 gac
Unable to load SOS in WinDbg

Background: I'm new to WinDbg and trying to get it running for the first time. I want to examine a …

.net-4.0 windbg sos
Change C++/CLI project to another framework than 4.0 with vs2010

Since I upgraded my project to visual studio 2010 project format, my C++/CLI project is targeted to .net framework 4.0. It …

.net visual-studio-2010 visual-studio .net-4.0 c++-cli
unrecognized attribute 'targetframework'

Possible Duplicate: Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive Firstly, let me say that I'm aware that this …

iis-7 .net-4.0
Is there a Task based replacement for System.Threading.Timer?

I'm new to .Net 4.0's Tasks and I wasn't able to find what I thought would be a Task based …

c# .net-4.0 timer timeout task-parallel-library
Using async-await on .net 4

I'm currently starting to create an application that would profit a lot from C# 5's async-await feature. But I'm not …

c# .net-4.0 async-ctp async-await c#-5.0
maxReceivedMessageSize not fixing 413: Request Entity Too Large

My call to my WCF web service is failing with System.Net.WebException: The request failed with HTTP status 413: Request …

wcf iis .net-4.0 web-config wcf-binding
Simplest way to do a fire and forget method in c# 4.0

I really like this question: Simplest way to do a fire and forget method in C#? I just want to …

c# .net .net-4.0 task-parallel-library fire-and-forget