.exe running problem
-
When I run my project from withinn Visual Studio (F5), it runs fine and it works and everything but when I tryand run it from it's BIN directory, no forms etc... load. If I then run Windows task manager (CTRL+ALT+DEL), and go to the proccesses tab, it shows that the app is running but no forms are showing as supposed to be. :confused:
-
When I run my project from withinn Visual Studio (F5), it runs fine and it works and everything but when I tryand run it from it's BIN directory, no forms etc... load. If I then run Windows task manager (CTRL+ALT+DEL), and go to the proccesses tab, it shows that the app is running but no forms are showing as supposed to be. :confused:
check and set the properties of your first form or this might be due to the reason u have changed ur first form so please check that too. Regards