3
votes
5answers
309 views
How to detect .Net application type?
I have a library that needs to respond to exceptions in different ways depending on whether it is running in a Console app, WinForms, AspNet or Windows Service. I have experimented with looking at …
