Hi!
I'am developing WebApi application based on module zero. In module class i have depends on: AbpWebApiModule, WebMeetDataModule, WebMeetApplicationModule. I have this problems:
- In Controllers dependency injection not working, my controller iherits from AbpApiController
- When I throws UserFriendlyException from Controller, this Exception is not handled. I have a <customErrors mode="On" /> in web.config.
Can anyone help me?
Thanks