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)
-
0
It should be possible. There were people using it, as I remember. What's your problem?
-
0
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.