Top ".net-4.0" questions

Version 4.0 of the .NET Framework.

Where is GACUTIL for .net Framework 4.0 in windows 7?

i've made an assembly in the .net framework that I intend to publish to the GAC but I can't find …

.net-4.0 gacutil
Fixing slow initial load for IIS

IIS has an annoying feature for low traffic websites where it recycles unused worker processes, causing the first user to …

asp.net .net-4.0 iis-7.5
Mixed mode assembly is built against version ‘v2.0.50727′ of the runtime

I'm getting the following exception: Mixed mode assembly is built against version ‘v2.0.50727′ of the runtime and cannot be loaded …

.net visual-studio-2010 .net-4.0 ado.net crystal-reports
"This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded"

I'm getting the error: "This assembly is built by a runtime newer than the currently loaded runtime and cannot be …

c# dll .net-4.0 .net-2.0
What does 'useLegacyV2RuntimeActivationPolicy' do in the .NET 4 config?

While converting a project that used SlimDX, and therefore has unmanaged code, to .NET 4.0 I ran into the following error: …

.net .net-4.0 app-config mixed-mode
.NET console application as Windows service

I have console application and would like to run it as Windows service. VS2010 has project template which allow to …

c# .net-4.0 windows-services console-application
Drag and drop a DLL to the GAC ("assembly") in windows server 2008 .net 4.0

I've trying to deploy some code to a client machine, where I don't want to install MS windows SDK tools. …

.net .net-4.0 gac
Is it possible to run a .NET 4.5 app on XP?

First, I have read the following: Connect case VS case and especially this channel9 post So, from the last bullet, …

c# .net .net-4.0 compatibility .net-4.5
What are the true benefits of ExpandoObject?

The ExpandoObject class being added to .NET 4 allows you to arbitrarily set properties onto an object at runtime. Are there …

c# .net .net-4.0 c#-4.0
Why am I getting 'Assembly '*.dll' must be strong signed in order to be marked as a prerequisite.'?

I'm trying to compile my excel addin using C# 4.0, and started to get this problem when building my project in …

c# visual-studio .net-4.0