Base solution for your next web application
Open Closed

Anyone use VS2017 do publish get Microsft.Bcl.Build error #2639


User avatar
0
trendline created

Anyone upgrade to VS2017 when doing publish get Microsoft.Bcl.Build error? Build is OK, when publish the site with WebDeploy Packge it throw out below errors:

Could not locate E:*\MyCompany.ProjectName.Web.Core\packages.config. Ensure that this project has Microsoft.Bcl.Build installed and packages.config is located next to the project file.

Currently, no idea how to fix it, even add reference to Microsoft.Bcl.Build in this project.


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

    Hi,

    Thank you for informing us. We will try this and let you know of the result.

    Thanks.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Our project worked on local publish with VS 2017. Can you try to download latest version from our github repository and publish it using VS 2017 ?

    Thanks.

  • User Avatar
    0
    trendline created

    I have tried on your latest source code, it also have the same issues.

    Did you test with publish WebDeploy Package mode? if publish WebDeploy mode it works fine.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Thanks for the feedback, we will try WebDeploy Package mode and let you know the result as soon as possible.

  • User Avatar
    0
    trendline created

    The exactly error message as below:

    Severity Code Description Project File Line Suppression State Error Could not locate E:\Source\Repos\aspnet-zero-core\aspnet-core\src\MyCompanyName.AbpZeroTemplate.Web.Core\packages.config. Ensure that this project has Microsoft.Bcl.Build installed and packages.config is located next to the project file. MyCompanyName.AbpZeroTemplate.Web.Host 0

    Is there a schedule to release 3.3.0, if this issue could be resolved in the in coming release will be better.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    We will release it today probably. But before that we will fix this problem.

    Thanks.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    As a temporary solution, you can use this <a class="postlink" href="https://github.com/NuGet/Home/issues/2913#issuecomment-239181431">https://github.com/NuGet/Home/issues/29 ... -239181431</a>. We couldn't decide what is the best way of solving this problem at the moment.

    Thanks.

  • User Avatar
    0
    trendline created

    Thanks a lot, I will take a try later. Configurations for zero 3.3.0 released today!

  • User Avatar
    0
    ismcagdas created
    Support Team

    Yes, it is released :). But you need to apply above solution in it as well.