문제

I am using NopCommerce3.10.

I am trying to create a plugin with data access based on this Tutorial : Plugin with data access

When I tried to include references in my plugin, All references included correctly. But when i tried to include Autofac.Configuration reference in my plugin, Autofac.Configuration.dll does not found at ..\Presentation\Nop.Web\bin\Autofac.Configuration.dll location.

So how can i include Autofac.Configuration reference in my plugin?

도움이 되었습니까?

해결책

In Autofac v3.0 the Autofac.Configuration.dll was part of the standard distribution. In subsequent versions, it was moved into its own Nuget package. It sounds like your Autofac Nuget package was upgraded. If so, you need to add the now additional Autofac.Configuration Nuget package to your project.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top