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!
I am following your step-by-step guide for the MVC app. However, would it be possible for you to share some more details, with code snippets, on how I can leverage our existing data access (with SPs) and/or business layer? We have a lot of tables with composite keys and FKs to other tables. I'm having trouble recreating all of these as-is using EF code first. This is something we have attempted to do before and have been unable to make it work.
Thanks! E
I am following your step-by-step guide for the MVC app. However, would it be possible for you to share some more details, with code snippets, on how I can leverage our existing data access (with SPs) and/or business layer? We have a lot of tables with composite keys and FKs to other tables. I'm having trouble recreating all of these as-is using EF code first. This is something we have attempted to do before and have been unable to make it work.
Thanks! E
One additional question.
How many of the Metronic themes are available to us as part of the licensed purchase? How do we switch to any of the other themes, if we wanted to, is there any documentation on this procedure?
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!