ASP.NET Core 2: missing ApplicationInsights

前端 未结 5 1706
感动是毒
感动是毒 2021-02-01 16:03

I am publishing ASP.NET Core 2 application and seeing the following error.

Error:
  An assembly specified in the application dependencies manifest (MyApp.deps.js         


        
5条回答
  •  青春惊慌失措
    2021-02-01 16:43

    I have resolved this issue by installing nuget package

    "Microsoft.AspNetCore.ApplicationInsights.HostingStartup"

提交回复
热议问题