|
| ||||||||||
| Tags: exe files, executables, visual basic, visual basic net, visual studio |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| How to turn C# and Visual Basic.Net into .exe?
__________________ ~HARE KRISHNA HARE RAM~ |
|
#2
| |||
| |||
| 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
| ||||
| ||||
| 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
| ||||
| ||||
| 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
| ||||
| ||||
| 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.
__________________ The FIFA Manager 2009 PC Game |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to turn C# and Visual Basic.Net into .exe?" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Arrays in Visual Basic 6.0 | Palnila | Software Development | 3 | 26-12-2010 08:17 AM |
| what are Visual Basic IDE? | Naresh Modi | Software Development | 2 | 06-03-2009 08:49 AM |
| Is GUI same like Visual Basic ? | Caesar | Software Development | 2 | 02-03-2009 12:32 PM |
| Visual Basic 2005 or Visual Basic 6 | Aasha | Software Development | 5 | 15-01-2009 05:56 PM |
| Visual Basic on LAN | djbbenn | Software Development | 2 | 05-08-2008 02:15 PM |