I opened a solution in Visual Studio 2010 RC that I previously created using Visual Studio 2008 and ASP.NET MVC 2.0 RC using the 3.5 framework. When I tested it I received a 404 error. I tried adding the default page as described in this post but got an invalid route error.

Anyone else ran into this?

link|improve this question

1  
That does sound oddly familiar.. I think I "solved" this by creating an MVC 2 project from scratch in VS 2010 and then importing my old Views/Controllers etc. I'm sure there's a better way though.. – CodingInsomnia Feb 20 '10 at 20:52
sh!t...don't like that answer ;-) – craigmoliver Feb 21 '10 at 21:28
hey andlju, answer with that comment and I'll accept it – craigmoliver Feb 28 '10 at 22:50
feedback

1 Answer

up vote 0 down vote accepted

See the comment from andlju:

"That does sound oddly familiar.. I think I "solved" this by creating an MVC 2 project from scratch in VS 2010 and then importing my old Views/Controllers etc. I'm sure there's a better way though."

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.