|
-
Oct 24th, 2006, 05:29 AM
#1
Thread Starter
Addicted Member
[RESOLVED] Making Exe
Can Some One Tell Me How To Make Exe Of A Project In Vb.net
As I Was Till Now Using Vb 6.0 It Had An Option In File Menu But I Dont See Any Such Option In Vb.net
Plz Help
Using VB.NET 2003/.NET 1.1
If you found a post useful then please Rate it!
Please mark you thread resolved using the Thread Tools above
-
Oct 24th, 2006, 05:32 AM
#2
Frenzied Member
Re: Making Exe
u.. um.. go to the directory of ur project and then go to bin > debug and it is right there
-
Oct 24th, 2006, 06:04 AM
#3
Hyperactive Member
Re: [RESOLVED] Making Exe
It will depends on how did you configure your project, If you are on debug Frometius answer is OK, but do not distribute this, as it has been created using the debug configuration (breakpoints are on, debug mehtods are working....)
If you want to distribute your app, you should use Release configuration in your solution, and Rebuild all solutions in order to make shure all exe and dll are been created using the release configuration.
-
Nov 20th, 2006, 07:16 AM
#4
Member
Re: [RESOLVED] Making Exe
how to make exe in publish together with the .NET Framework???
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
|