How do u create an exe file in .net
I have one form which does simple
thing and i want to make it executable
any help is appreciated
Printable View
How do u create an exe file in .net
I have one form which does simple
thing and i want to make it executable
any help is appreciated
vs.net or just the framework?
vs.net you click build
framework from a command prompt you do vbc.exe from the directory your project is in with all needed switches. if you have the sdk just look it up it is explaind and i belive http://gotdotnet.com has some info on in thier tutorials
When you build your app (make sure it says release instead of debug), the exe is stored in the bin folder of your project folder.