Base solution for your next web application

Activities of "silfm"

I added this line but this still not working.

I downloaded your odata project. How can I check routing? What is address to PersonController?

I don't have .Web project. My startup proejct is .Api. In this project i have class WebApiApplication which inherits AbpWebApplication. Also I have module class WebApiModule which inherits AbpModule and overrides PreInitialize and initialize.

Code: WebApiApplication <a class="postlink" href="http://codepaste.net/hwhvrr">http://codepaste.net/hwhvrr</a> WebApiModule <a class="postlink" href="http://codepaste.net/hea4ji">http://codepaste.net/hea4ji</a>

Up!

Hi!

I'am developing WebApi application based on module zero. In module class i have depends on: AbpWebApiModule, WebMeetDataModule, WebMeetApplicationModule. I have this problems:

  1. In Controllers dependency injection not working, my controller iherits from AbpApiController
  2. 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

Showing 1 to 4 of 4 entries