I have been implementing Desktop WPF application, and i want to implement Error logging functionality, so that it is useful to trace error in production environment.
As i have been using Elmah in my other web applications, i was thinking to use the same for Desktop WPF app.
I have tried the same configuration but its not working as of now. Does Elmah not supported in Desktop WPF app??
Can anybody have exact idea and all configuration detail to set it up? I would like to log Error in DB, which will be local sql server to client machine.