Discussion about this post

User's avatar
Daniel Worrall's avatar

Thanks for this - just a note that I had to add [DependsOn(typeof(AbpSettingManagementDomainModule))]

[DependsOn(typeof(AbpSettingManagementApplicationModule))]

[DependsOn(typeof(AbpSettingManagementEntityFrameworkCoreModule))] to my WebModule and install the relevant packages to get this to work. Otherwise, Autofac could not resolve the dependencies.

Expand full comment
3 more comments...

No posts