Results 1 to 5 of 5

Thread: How to turn C# and Visual Basic.Net into .exe?

  1. #1
    Join Date
    Aug 2006
    Posts
    142

    How to turn C# and Visual Basic.Net into .exe?

    I am the student of the Computer Science. I have created number of programs in VB.Net and C#. But still I don't know how to create the .exe files for these programs. Does anyone know how to convert the VB.Net and C# into .exe files? Please help me to solve this problem.
    ~HARE KRISHNA HARE RAM~

  2. #2
    Join Date
    May 2008
    Posts
    2,012

    Re: How to turn C# and Visual Basic.Net into .exe?

    First of all you will have to check the that your project is of type Windows Application or Console Application. Once checked, then hit Ctrl+Shift+B, which is the shortcut to build the project. Also look in your project folder and there should be a "bin" folder inside. Within this folder there will be Debug and/or Release folders, depending on your build configuration. Inside one/both of these folders is your .exe. This should help you.

  3. #3
    Join Date
    May 2008
    Posts
    2,297

    Re: How to turn C# and Visual Basic.Net into .exe?

    There are some Freeware utility that converts the Visual Basic scripts (VBS) into executables (EXE). By using such utility you can convert your Visual Basic .Net as well into the executables. Hope that such utility can help you to convert the programs into the .exe files. and your problem gets solved.

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    Re: How to turn C# and Visual Basic.Net into .exe?

    According to me, by default the exe file should be in the following path :
    my documents > visual studio > your project name > bin > debug .
    I think that your .exe file gets created over here. Otherwise try to do using the Build option. In menu area select Build and then select Build program. Hope that this will also help you to use the .exe file.

  5. #5
    Join Date
    May 2008
    Posts
    2,389

    Re: How to turn C# and Visual Basic.Net into .exe?

    I think that in vb.net, its not possible to create .exe files. If you want view the compiled file you will have to check it out in vs-projects. In vb.net once if the code gets compiled and launched on the server then the code of the project can't b viewed. But according to me you can create the .exe file for the C# programs.

Similar Threads

  1. Query Regarding Visual Basic.Net
    By Renderman21 in forum Software Development
    Replies: 4
    Last Post: 20-03-2009, 02:49 PM
  2. what are Visual Basic IDE?
    By Naresh Modi in forum Software Development
    Replies: 2
    Last Post: 06-03-2009, 09:49 AM
  3. Is GUI same like Visual Basic ?
    By Caesar in forum Software Development
    Replies: 2
    Last Post: 02-03-2009, 01:32 PM
  4. Visual Basic 2005 or Visual Basic 6
    By Aasha in forum Software Development
    Replies: 5
    Last Post: 15-01-2009, 06:56 PM
  5. Visual Basic on LAN
    By djbbenn in forum Software Development
    Replies: 2
    Last Post: 05-08-2008, 02:15 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,672,597.89279 seconds with 17 queries