ASP .NET CORE could not find file or assembly with custom assembly

前端 未结 2 1503
长发绾君心
长发绾君心 2020-12-29 23:01

I\'ve ran into a weird problem.

I basically have my own web-stack for .NET-core which I\'ve built into a few .dlls, and I want to reference these from another ASP CO

2条回答
  •  抹茶落季
    2020-12-29 23:44

    for load the external dll in core project, needed to:

    1. vs 2017 with version 15.3 or upper.
    2. Microsoft.Extensions.DependencyModel NuGet package installed in your project.

提交回复
热议问题