Geeks Talk

Prepare for your Next Interview




how to make exe file in .net?

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...


Go Back   Geeks Talk > Software Development > C#

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 06-23-2008
Junior Member
 
Join Date: Jun 2008
Location: Bangalore
Posts: 5
Thanks: 2
Thanked 0 Times in 0 Posts
cranjolkar is on a distinguished road
Question how to make exe file in .net?

Hi plz tell me about how to make exe file in .net
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-23-2008
Junior Member
 
Join Date: Jun 2008
Location: Bangalore
Posts: 5
Thanks: 2
Thanked 0 Times in 0 Posts
cranjolkar is on a distinguished road
Re: how to make exe file in .net?

Quote:
Originally Posted by cranjolkar View Post
Hi plz tell me about how to make exe file in .net
how to make exe file in .net?
Reply With Quote
  #3 (permalink)  
Old 06-23-2008
Junior Member
 
Join Date: Jun 2008
Location: Bangalore
Posts: 5
Thanks: 2
Thanked 0 Times in 0 Posts
cranjolkar is on a distinguished road
Re: how to make exe file in .net?

Hi, its chandrakanth. plz reply me soon
Reply With Quote
  #4 (permalink)  
Old 06-24-2008
Contributing Member
 
Join Date: Jun 2007
Location: Delhi, India
Posts: 50
Thanks: 0
Thanked 22 Times in 18 Posts
vikasvaidya is on a distinguished road
Re: how to make exe file in .net?

Quote:
Originally Posted by cranjolkar View Post
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
Reply With Quote
The Following User Says Thank You to vikasvaidya For This Useful Post:
  #5 (permalink)  
Old 06-30-2008
Junior Member
 
Join Date: Jun 2008
Location: bangalore
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
galikondadhora is on a distinguished road
Re: how to make exe file in .net?

Quote:
Originally Posted by cranjolkar View Post
Hi plz tell me about 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
Reply With Quote
  #6 (permalink)  
Old 07-03-2008
Junior Member
 
Join Date: Jun 2008
Location: Bangalore
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
jacky4u is on a distinguished road
Arrow Re: how to make exe file in .net?

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
Reply With Quote
Reply

  Geeks Talk > Software Development > C#


Thread Tools
Display Modes


Similar Threads

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


All times are GMT -4. The time now is 02:54 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved