Results 1 to 4 of 4

Thread: [RESOLVED] Making Exe

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2006
    Posts
    146

    Resolved [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

  2. #2
    Frenzied Member
    Join Date
    Mar 2006
    Location
    Pennsylvania
    Posts
    1,069

    Re: Making Exe

    u.. um.. go to the directory of ur project and then go to bin > debug and it is right there

  3. #3
    Hyperactive Member josep's Avatar
    Join Date
    Sep 2006
    Location
    Barcelona
    Posts
    409

    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.
    Useful links:DB connection strings ADO.NET VB.NET Tutorials

    • Don't forget to close the thread if solved
    • If this post helps you rate it

  4. #4
    Member
    Join Date
    Nov 2006
    Posts
    40

    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
  •  



Click Here to Expand Forum to Full Width