Why Asp.Net Mvc2 does not work? I get following error:
The view at '~/Views/Shared/Banner.ascx' must derive from ViewPage, ViewPage<TViewData>, ViewUserControl, or ViewUserControl<TViewData>.
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.
Banner.ascx isn’t inherited from ViewPage, ViewPage, ViewUserControl or ViewUserControl. as mentioned in error.
But it is too stupid to be true. Looks like you have the conflict of frameworks loaded in one application. Check next answers for the solution: