MVC App Conversion.
May 23rd, 2010
No comments
I’ve been having issues upgrading VS2008 ASP.Net MVC1 projects to VS2010 ASP.Net MVC2. In short, it doesn’t work so great. OK. It’s really lame. There are two problems to address. The VS2010 solution file uses a different format plus we’re upgrading library references in the background. There’s more to it than that but you get the idea.
I had been creating a new project and sliding things over, but that sucks. So… I get lazy and work on my older projects in VS2008 and the newer ones in VS2010. Like I said, lame.
Basically, I ignore the issue.
(time passes)
