Prepare for your Next Interview
This is a discussion on how to make exe file in .net? within the C# forums, part of the Software Development category; Hi plz tell me about how to make exe file in .net...
|
|||
|
Re: how to make exe file in .net?
Hi,
You can get an exe by creating a Windows Application project. Just go through Create Project. Choose windows application template. ---V V--- Vikas Vaidya Please mark this post as Thanks if u found the answer useful |
| The Following User Says Thank You to vikasvaidya For This Useful Post: | ||
|
|||
|
Re: how to make exe file in .net?
hi mr is konda dhora we know only konda language if u speak in that i will answer you
|
|
|||
|
Hi friend u can create an exe file by using any one of the following methods.Try it and send me the reply.
Method 1: The /target:exe option causes the compiler to create an executable (EXE), console application. Each of the following command lines will compile in.cs, creating in.exe: csc /target:exe in.cs csc in.cs Method 2: The /target:winexe option causes the compiler to create an executable (EXE), Windows program. Compile in.cs into a Windows program: csc /target:winexe in.cs |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Use of export xml file and import xml file options | naags | QTP | 1 | 07-19-2007 02:37 PM |
| Steps for deploying a war file/ear file on websphere | Sujatars | Java | 0 | 07-19-2007 12:49 AM |
| How do I 'unpack' and view a .FILE vsam file | Geek_Guest | MainFrame | 0 | 06-26-2007 09:22 PM |
| Frigate3 File Manager: highly configurable and convenient file management environment | JobHelper | Geeks Lounge | 0 | 03-30-2007 03:30 PM |
| Make me understand about make program in UNIX | Remasri | Unix/Linux | 1 | 08-06-2006 03:22 PM |