I have an assembly that works perfectly when using the .Net framework 3.5 but when using it in 4 it gives an error that the assembly couldn't be loaded. Does anyone know a solution to this problem ? (I can't change the assembly in anyway or change the projects target framework because this would remove the purpose of the application) Programing code is c#.
Basicly : I'm creating an application in the .Net 4 framework but the assembly isn't compatible with it.
Following error : Assembly with mixed modus is created with version v2.0.50727 from runtime and can't be loaded without extra configuration information in runtime version 4.0.