Severity Code Description Project File Line Suppression State Error CS0012 The type 'AbpWebViewPage<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'Abp.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. MyProject.Web MyProject.Web\Areas\Mpa\Views\Company\Index.cshtml 1 Active
I am getting error, after I created the view for new page. I am following the step-by-step document for MPA. I copied the code from the docs and modified to fit my entity and classes. I can see that the Abp.Web.Mvc is part of the references of the project. Why is this error coming up and how do I resolve it? I am getting this exact same error on the Acme.PhoneBook solution as well.
Thanks!
We have just purchased the license for ASPNETZERO. We have an existing SAAS product/solution that has a traditional tiered architecture. We have entity layer with C# classes. We have data access layer with C# methods that call SP's in our DB. We have separate DB solution where we have created all of our tables and SPs. We have a C# business layer that calls the data access layer. Questions:
Thanks!