Becks25Not
Programmer
Hi All,
I have been working on a "no touch deployment" project. I have a launcher that creates a domain for the exe to run in. I noticed that my generic error handler stopped working after this was all set up. I found out that the AppDomain.UnhandledException only works in the default domain and that it was supposedly going to be corrected with 2005. Is there a workaround for adding a generic handler in created domains? or other suggestions?
Any help / ideas would be greatly appreciented!!
Thanks ~ Becca
I have been working on a "no touch deployment" project. I have a launcher that creates a domain for the exe to run in. I noticed that my generic error handler stopped working after this was all set up. I found out that the AppDomain.UnhandledException only works in the default domain and that it was supposedly going to be corrected with 2005. Is there a workaround for adding a generic handler in created domains? or other suggestions?
Any help / ideas would be greatly appreciented!!
Thanks ~ Becca