Forcing a .NET application to use a 4.0 CLR

Posted on Wed 14 December 2011 in Coding • Tagged with clr, dotnet

I was in a situation where I had an application built with .NET 3.5, but the application needed to launch a sub system build with .NET 4.0. This didn’t work, obviously, as the 3.5 CLR refused to load the 4.0 assemblies. My first idea was …


Continue reading