Base solution for your next web application
Open Closed

Publishing aspnetzero 4.2.1 (aspnet core + angular) errors #3694


User avatar
0
Ricavir created

Hi,

I've been trying to publish my project aspnetzero 4.2.1 (aspnet core + angular + merged solution). I want to publish to IIS. Angular build is working.

When publish process is ending, I had a lot of errors (more than 800) because of file missing ; in fact, it was because angular output dir was not setted as it was excepted... I changed it to wwwroot (instead of wwwroot/dist)

Now, I have 13 errors still because of file missing :

\wwwroot\swagger\ui\index.html can not be found Web.Host\wwwroot\Common\Images\SampleProfilePics\sample-profile-07.jpg can not be found Web.Host\wwwroot\Common\Images\SampleProfilePics\sample-profile-10.jpg can not be found Web.Host\wwwroot\Common\Images\SampleProfilePics\sample-profile-09.jpg can not be found Web.Host\wwwroot\Common\Images\SampleProfilePics\sample-profile-05.jpg can not be found Web.Host\wwwroot\Common\Images\SampleProfilePics\sample-profile-06.jpg can not be found Web.Host\wwwroot\Common\Images\SampleProfilePics\sample-profile-02.jpg can not be found Web.Host\wwwroot\Common\Images\logo.png can not be found Web.Host\wwwroot\Common\Images\SampleProfilePics\sample-profile-04.jpg can not be found Web.Host\wwwroot\Common\Images\SampleProfilePics\sample-profile-03.jpg can not be found

Do you know why I'm having these issues ?


2 Answer(s)
  • User Avatar
    0
    Ricavir created

    Issue solved. I just update VS 2017 to the latest release.

    Cheers

  • User Avatar
    0
    ismcagdas created
    Support Team

    Thanks for the feedback @Ricavir :)