ASP.NET 1.0 site error after upgrade to VS.NET 2010
- by Keith
Help. I installed VS.NET 2010 and now my existing ASP.NET MVC application won't run. I checked that the 1.0 version of System.Web.Mvc is still referenced but when I browse my application, I get an error like this:
"Compiler Error Message: CS1579: foreach statement cannot operate on variables of type 'object' because 'object' does not contain a…