I have a windows application that can also be run as a console application. (using AttachConsole(process.Id)
Both work fine if I run the console via a batch file.
However, if I run the application straight from the commandline I get the following error when I enter a input:
Coninue Installing...
I know there was some debate on whether you should set it to nothing or let VB take care of it.. However it is part of our company coding standards to set the object to nothing when done.
1. Do I need to check if the object exists before setting to Nothing? (more obvious in class vars).
If NOT...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.