Base solution for your next web application

Activities of "exlnt"

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:

  1. What would be the best method to bring these items into the ABP solution?
  2. Can we simply copy over all of our code for data access/business and let it continue to call our existing SPs?

Thanks!

I posted this in other forum:

#1895

I would be glad to hear any inputs from others.

Thanks!

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!

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

Question

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 now running into yet another error. I develop on two separate PCs, a laptop and desktop. I was building on my laptop last night and checked in my work. Then today I am working on my desktop and now when i run the solution, I get clean build but app does not start and the error below is displayed. Its looking for something with my laptops name in it? I cannot get the app to work on either machine right now, desktop or laptop. Please help!

<span style="color:#FF0000">Could not load file or assembly 'MyProject.Application-HPEnvyLaptop' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)</span>

Ok, I was able to resolve the second error. There were DLLs created with my laptop name in the name: MyProject.Application-HPEnvyLaptop.dll. These were sitting in the Bin\DEBUG folder. I deleted ALL of these and the error went away.

Question: How is my machine name getting appended, I did not change anything in the properties of the project or solution. Is there a way I can stop this from happening?

Thanks!

<cite>drenton: </cite> Is this level three menu issue fixed?

After I select level 3 menu, it collapsed, so User can't see which menu is currently selected

And I don't know why but this link does not work for me <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/issues/108">https://github.com/aspnetzero/aspnet-zero/issues/108</a>

Thanks.

It appears as if we are facing this exact issue. We have added our apps nav menu as new parent, then below it we have admin, then actual app page. The menu is not staying expanded after the app page is selected? See images below. How do I find out what version of ASPNETZERO I have?

[attachment=1:n9t07gzw]ASPNETZERO_NavMenu_EXLNT.png[/attachment:n9t07gzw]

[attachment=0:n9t07gzw]ASPNETZERO_NavMenu_EXLNT_Collapsed.png[/attachment:n9t07gzw]

My app version v1.13. Which seems to include latest Metronic version. Do I need to apply the fixes you mentioned above?

Also, are there any documents/instructions on how to implement Metronic changes?

Showing 1 to 10 of 316 entries