The most possible reason is: you created another class / namespace or copied the web app to another solution
so there's no more class MvcApplication1 It has another name like FooApp2
Check the C# code behind the web page and replace MvcApplication1 with a proper name.