Results 1 to 5 of 5

Thread: Create an executable file???

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2003
    Posts
    11

    Create an executable file???

    I've been learning with VB 6 for about a year now and I've really got a handle on it. But I just recently purchased the VS.Net package and I'm having a little trouble navigating around the VB.Net. My question mainly is, after I create a project how do I create the .exe file.
    Any help is appreciated, and if you have any tips or tricks feel free to let me know those also. Thanks.

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Build your project from the build menu. Also, when you are done debugging and you want to build a final release, make sure that box on your toolbar up top says Release instead of Debug. The compiled exe will be in the projects folder called bin and there will be a release folder that contains your release build.

  3. #3

    Thread Starter
    New Member
    Join Date
    Feb 2003
    Posts
    11
    Cool, I found the release in the toolbar and did the build solution, but I'm not to sure on where the bin folder is. Could you detail that for me. Preciate it.

  4. #4
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    The compiled exe will be in the projects folder
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  5. #5

    Thread Starter
    New Member
    Join Date
    Feb 2003
    Posts
    11
    Cool, I found it. Thanks for the help. Have a good day.

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