Debugging C# Custom Installer Classes
Posted
by Deano
on Stack Overflow
See other posts from Stack Overflow
or by Deano
Published on 2008-11-10T23:12:54Z
Indexed on
2010/04/24
0:03 UTC
Read the original article
Hit count: 306
I have written an installation class that extends Installer and overrides afterInstall, but I'm getting a null pointer exception. How can I got about debugging my class?
© Stack Overflow or respective owner