Hello,
I'm working on Visual Studio Profesionnal 2010.
In my solution I've got 2 projects The first is a web site with targeted .net runtime 2.0 the second is a dll with targeted .net runtime 2.0 I add the output of the second as assembly of the first.
I build and rebuild and clean my solution result : Build succeeded
But when I launch the projet in my web-browser ( in debug or release ). I've got the Server Error :
This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded
Is there someone who had already the problem?
I think it can be a bug from Visual Studio 2010 but the hotline is very expensive 300€ the phone call.
More Information : I opended my dll with reflector and saw that mscorlib is referenced 2 times the first time Version = 2.0 and the second time version = 4.0