0
I have the project on the computer, and the same on the computer of the colleagues runs with the IIS
.
But on my pc, it does not run, gives the error HTTP Error 502.5 - Process Failure
I generated the error log:
Error:
An assembly specified in the application dependencies manifest (Projeto.Api.deps.json) was not found:
package: 'Microsoft.AspNetCore.ApplicationInsights.HostingStartup', version: '2.1.0'
path: 'lib/netcoreapp2.1/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.dll'
I already installed:
What can I do? How to solve the problem?
Try giving a dotnet Store before publishing.
– Rafael
When publishing works, just does not run the project in editing.
– Rebeca Nonato