i’m getting the below error, When compiling the Asp.Net web deploy project
Could not load type ‘System.Web.Mvc.ViewPage<System.Web.Mvc.HandleErrorInfo>’. /Shared/Error.aspx
But when I compile the web project, It is not showing any error.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Make sure that there is appropriate dll files in your bin folder on deployment server.
System.Web.Abstractions.dll
System.Web.Mvc.dll
System.Web.Routing.dll
Also, make sure that web.config contains proper configuration for those dlls in compilation/assemblies section:
Here is example for 1.0 version of MVC, you should insert yours (for RC2)