CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2005
    Location
    Spain
    Posts
    34

    convert a vb.net program to a .exe

    how to convert a vb.net program to a .exe
    I need help on this. thanks.
    Life is a foreign language; all men mispronounce it.

  2. #2
    Join Date
    Sep 2004
    Location
    Tehran(Ir)
    Posts
    469

    Re: convert a vb.net program to a .exe

    What exactly do u mean?
    how to convert a vb.net program to a .exe

  3. #3
    Join Date
    Oct 2005
    Location
    Islamabad, Pakistan
    Posts
    1,277

    Re: convert a vb.net program to a .exe


  4. #4
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: convert a vb.net program to a .exe

    Quote Originally Posted by Miss Piggy
    how to convert a vb.net program to a .exe
    I need help on this. thanks.
    Hi MP!

    Unlike VB6 where you had the project, then had to click File, Make projectname.exe to have the compiled .exe, VB.NET already compiles it for you into your Bin folder (in the folder where your program exists) - the only trick would be to create the Setup package, aniskhan's link would be sufficient.
    Strange nobody mentioned anything about the .NET Framework installation (as well)

    Hope that helped!
    Last edited by HanneSThEGreaT; January 13th, 2006 at 02:46 AM.

  5. #5
    Join Date
    Oct 2005
    Location
    Spain
    Posts
    34

    Re: convert a vb.net program to a .exe

    Quote Originally Posted by HanneSThEGreaT
    Hi MP!

    Unlike VB6 where you had the project, then had to click File, Make projectname.exe to have the compiled .exe, VB.NET already compiles it for you into your Bin folder (in the folder where your program exists) - the only trick would be to create the Setup package, aniskhan's link would be sufficient.
    Strange nobody mentioned anything about the .NET Framework installation (as well)

    Hope that helped!
    Quote Originally Posted by aniskhan
    deploy an app
    Thanks Hannes and Aniskhan. It helps.


    Quote Originally Posted by mehdi62b
    What exactly do u mean?
    thanks mehdi62b, the problem has been solved. ;p
    Life is a foreign language; all men mispronounce it.

  6. #6
    Join Date
    Sep 2004
    Location
    Tehran(Ir)
    Posts
    469

    Re: convert a vb.net program to a .exe

    //what a problem

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

Featured