So, due to other issues I've been forced to update to VB.NET 2015 from VB.NET 2010.
In VB.NET 2010 I was able to do something as simple as OpenFileDialog1.ShowDialog() all the time, but here in VB.NET 2015 I can't do this because the application running in Visual Basic debug test will just close when I run the call...
NOTE: When I run the program outside Visual Basic from the ".../bin/debug" directory. The call to open a OpenFileDialog1.ShowDialog() works just fine...
I don't get it...
Please Help.
EDIT: My Grammar