Hi plz tell me about how to make exe file in .net
Printable View
Hi plz tell me about how to make exe file in .net
[QUOTE=cranjolkar;31799]Hi plz tell me about how to make exe file in .net[/QUOTE]
how to make exe file in .net?
Hi, its chandrakanth. plz reply me soon
[QUOTE=cranjolkar;31800]how to make exe file in .net?[/QUOTE]
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
[I]Please mark this post as Thanks if u found the answer useful[/I]
[QUOTE=cranjolkar;31799]Hi plz tell me about how to make exe file in .net[/QUOTE]
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.
[SIZE="3"][B][I]Method 1:[/I][/B][/SIZE]
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:
[B]csc /target:exe in.cs
csc in.cs[/B]
[SIZE="3"][B][I]Method 2:[/I][/B][/SIZE]
The /target:winexe option causes the compiler to create an executable (EXE), Windows program.
Compile in.cs into a Windows program:
[B]csc /target:winexe in.cs[/B]
to make exe in .net u need to use deployment and setting. with the help of deployment u can easily do this
when we ruin the application, it will create exe file will create automaticall.