Base solution for your next web application
Open Closed

Interface not registered on DLL (not Module) #7398


User avatar
0
andmattia created

I've a problem on a shared DLL on ABP .Net 4.x not core.

I've create a shared DLL where I put some Interface/implementation like

MyControllerApplicationService : IApplicationService

So If I move this class from ApplicationModule MyControllerApplicationService is not registered and I don't see on js and Ioc to restore the normal functionality I need to move back to Application module.

Is there a way to solve this issue?


4 Answer(s)