Base solution for your next web application
Open Closed

An assembly specified in the application dependencies manifest Abp .AspNetCore.SignalR.dll was not found #7907


User avatar
0
unidata created

600/5000 I installed a newly created dot net core project on an IIS, but it didn't work. I execute the DDL by hand using "dotnet project.Web.Host.dll" and I got an error: An assembly specified in the application dependencies manifest (VCloud.Web.Host.deps.json) was not found: package: 'Abp.AspNetCore.SignalR', version: '4.9.0' path: 'lib / netstandard2.0 / Abp .AspNetCore.SignalR.dll '

Then I added it to the project, I deployed it again and there it worked. Question: Why was that missing dll not referenced in the original project?


1 Answer(s)
  • User Avatar
    1
    ryancyq created
    Support Team

    Hi, did you follow the steps in IIS deployment guide ?

    when publish a web project, all dependencies will be included in the published folder.