Base solution for your next web application
Open Closed

Migration from Aspnet.Zero MVC to Aspnet.Zero Core #10889


User avatar
0
PhilWynn created

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

Aspnet.Zero v4 MVC .net framework

If issue related with ABP Framework

v6.3

Hi, we have been running our application on Aspnet.zero .net MVC (jQuery) for several years. We started on v4 and have updated the ABP libraries up to v6.3

We are now in a position where we would like to migrate the project to the latest Aspnet.Zero Core (jQery) version. At this stage, I am interested in any documentation that exists for this process, and any resources that could be made available to us.

Many thanks.


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @philwynn

    In order to migrate from ASP.NET MVC 5.x to ASP.NET Core, you can take a look at the article we provide below;

    https://volosoft.com/blog/Migrating-from-ASP.NET-MVC-5.x-to-ASP.NET-Core

    Then, you can try to upgrade your solution to latest version by following the approach below;

    https://docs.aspnetzero.com/en/common/latest/Version-Updating

    But, since your version is vrey old, you might face some problems. Please let us know if you face such problems and we will try to guide you.

  • User Avatar
    0
    PhilWynn created

    Hi,

    Thanks for the info. Would you be able to let me know at this stage what the problems we may encounder are?

    Regards, Phil

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @philwynn

    It is hard to imagine but I guess you will see many conflicts and while merging some of them, you might loose some of your existing code. So, it would be better to backup your existing code-base and start this operation.