The library hostpolicy.dll was not found

前端 未结 13 1199
自闭症患者
自闭症患者 2020-11-30 08:28

I have a simple .NET Core project (console app) that I\'m trying to compile and run. dotnet build succeeds, but I get the following error when I do dotnet

13条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-11-30 08:50

    I'm not sure why but I ran in to the problem when executing the .exe file in my \bin folder while the .exe in my \obj folder works fine.

提交回复
热议问题