I create new asp.net mvc 3 project. Copy there all controllers, classes and views from my asp.net mvc 2 project. Include all references
And now have error
Parser Error Message: Could not load type 'System.Web.Mvc.ViewPage'.
Source Error:
Line 1: <%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Abbono.Models.LogOnModel>" %>
If you want to convert your application from mvc 2 to mvc 3 follow instruction from here or you may get help from here