Base solution for your next web application
Open Closed

Elmah integration #1138


User avatar
0
guillaumej created

Is it possible to use Elmah ?

I assume it should be possible to use AbpHandledExceptionData to keep the ABP error way and manually log in Elmah (I 'm interested in accessing the Elmah page and its exception display), but I was not able to go very far.

thanks,


2 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    It should be possible. There were people using it, as I remember. What's your problem?

  • User Avatar
    0
    guillaumej created

    I get this error

    [ComponentNotFoundException: No component for supporting the service Elmah.Mvc.ElmahController was found]
       Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy) +99
    

    which I solved using this : <a class="postlink" href="http://stackoverflow.com/a/13573059/130420">http://stackoverflow.com/a/13573059/130420</a>

    Elmah being a very useful / used component, you should add it to the documentation I think.