visual studio asp.net mvc, changing target framework

Posted by mike on Stack Overflow See other posts from Stack Overflow or by mike
Published on 2010-05-06T17:53:17Z Indexed on 2010/05/06 17:58 UTC
Read the original article Hit count: 124

Filed under:
|
|

Hello there Im have just changed the target framework for an asp.net mvc project from target framework 4 t 3.5, I keep getting this error when I try to debug, or go to any controller action

'HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. '

Any ideas why I keep getting this error? as soon as I revert back to .net 4.0, everything is fine

ps could be an issue with routing as the global.asax Application_Start() is not not hit hence route entries are not registered Thanks

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about mvc