Is there an option for global exception handling for mobile development like there is for Windows Apps?
VS 2005, .Net 2, Developing for Windows Mobile 5
Printable View
Is there an option for global exception handling for mobile development like there is for Windows Apps?
VS 2005, .Net 2, Developing for Windows Mobile 5
Can you use some Try block in the startup code like I mentioned in the other thread? It was 2003, but there might be some similar fashion for 2005.
Sorry, I posted this before I saw your reply to the other post...
I will give it a shot. Thank you for you information! I'll let you know if it works.
Thanks!
-Corey
I implemented an entrypoint, and just put a try-catch around the main entry point... that worked great!