Base solution for your next web application
Open Closed

AspNetZero V680 Upgrade - Error on build #6680


User avatar
0
exlnt created

I just downloaded a fresh copy of AspNetZero V680 into my "master" repo. This repo just contains the raw unedited downloaded code from my account downloads page. Here are the steps I have taken so far:

  1. Copy/paste all solution files into the repo.
  2. Ran the YARN command on the .Mvc folder.
  3. Opened the solution in VS2017 and built the solution.
  4. On this build I get the below errors. There seems to be namespace conflict the code is not resolving the proper class to use. Can you please let me know which one should be used. I tried choosing one over the other, but that creates even more build errors


2 Answer(s)
  • User Avatar
    0
    exlnt created

    I just checked the AspNetZero solution code in the AspNetZero teams GIT Repo and applied the below change in all the classes that were reporting the error and build is now successfull. I hope this was the proper fix?

    I removed the using statement (using EXLNT.CareOps.Configuration.Dto) from:

    • InstallAppService.cs
    • InstallDto.cs
    • HostSettingsAppService.cs
  • User Avatar
    0
    aaron created
    Support Team

    No, you should remove the old EmailSettingsEditDto.cs in the Host/Dto folder. It was moved.

    Your upgrade steps are missing "Remove all files" as the first step.