Running program | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 ?

2nd Jul 2016, 10:10 PM
Oneil
Oneil - avatar
3 Answers
+ 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
2nd Jul 2016, 10:40 PM
Sunny Mishra
Sunny Mishra - avatar
0
lm very lost
3rd Jul 2016, 10:35 AM
Oneil
Oneil - avatar
0
just google csharp complier or look msdn
3rd Jul 2016, 10:38 AM
Sunny Mishra
Sunny Mishra - avatar