First off, let me apologize in advance for the extremely long question -- kudos to anyone that makes it to the end!
I\'m trying to measure the performance impact of NGENing my assemblies versus not but I am unable to get my executable to load the NGEN assemblies. I ran the following from the VS2010 command prompt:
We are building an APIthat is stored in an assembly, let\'s call it MyAssembly.dll This assembly has an AssemblyVersion of 1.0.0.0
I have a folder that contains multiple executables. Currently the assembly binding redirect is configured in each executable.exe.config file. Is there a way to configure this just once and all executa
I\'m using DotNetOpenAuth (which references System.Web.Mvc version 1.0.0.0) in a Mvc 3.0.0.0 project in Visual Studio 2010.
I have a problem where I compiled my application on Visual Studio 2010 while targetting the .NET Framework 3.5, deployed it to a client server, only to find it gives me the following error:
I have a web application that works fine for a while (a few days) and then starts throwing FileLoadException\'s when instantiating a class that references an external dll.
I\'ve specified an assembly binding for a newer version of an assembly used in my app, and works great.