how to make exe file of window application in Visual web developer 2008
how to make exe file of window application in Visual web developer 2008
Collapse
X
-
Tags: None
-
1. Start VS 2008.
2. Create a new windows forms application or win32 project.
3. Press F5
4. ???
5. PROFIT!
Just kidding.
The web developer version is for "web development" I'm not sure if that was clear enough. That means that you should use it to develop for the web not for the desktop. If you want to build desktop applications use the C# express or C++ express versions.
Comment