How to be sure that my MVC project is runting on the correct version after upgrade to vs2010?
- by Stephane
I just installed visual studio 2010 and upgraded my MVC project (which was running on MVC RC2 in visual studio 2008).
visual studio 2010 updated every project file to target the framework 4.0.
But the system.web.dll is pointing to
C:\Program Files (x86)\Microsoft
ASP.NET\ASP.NET MVC
2\Assemblies\System.Web.Mvc.dll
in VS2010 object…