exe

  • Thread starter Thread starter drishtik
  • Start date Start date
D

drishtik

hi i have made my c-sharp app that uses a web service how do i make an exe
to distribute it?
 
Hi,
try to use csc.exe. If you are using Visual Studio you will find the exe in
the bin directory of ypu project.

--
Mit freundlichen Gruessen - Regards

Ralph Gerbig
(e-mail address removed)
www.ralphgerbig.de.vu
 
im using dotnet 2003 but i can t find the csc.exe in the visual studio
folder or subfolders
isnt there a way to make exe thru the IDE?
thanx for the inputs
 
Hi,

Hi change the active config of your project to release, then press
Shift+Ctrl+B. Then you will find the exe in [folder of you
Project][bin][release].

Chan

--
Mit freundlichen Gruessen - Regards

Ralph Gerbig
(e-mail address removed)
www.ralphgerbig.de.vu
 
Back
Top