0
Running program
Hi. I have done coding my wind form app and it runs smoothly no errors when debugging, l now want to save and run it without Visual Studio like run it on windows independently which can also allow me to save the program exe file and install on another PC .. How do l save my program ?
3 Respuestas
+ 3
CSC.exe is the CSharp compiler included in the .NET Framework and can be used to compile from the command prompt. The output can be an executable (.exe) if you use /target:exe, or a DLL if you use /target:library. CSC.exe is found in the .NET Framework directory
0
lm very lost
0
just google csharp complier or look msdn