|
-
Aug 31st, 2002, 02:17 PM
#1
Thread Starter
Hyperactive Member
exe file
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
-
Aug 31st, 2002, 02:40 PM
#2
Frenzied Member
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
Magiaus
If I helped give me some points.
-
Aug 31st, 2002, 05:55 PM
#3
PowerPoster
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|