This post has been edited by source144: 08 June 2009 - 12:40 AM
How do i convert the C# program/project to .exe
Page 1 of 17 Replies - 3443 Views - Last Post: 23 August 2011 - 09:16 AM
#1
How do i convert the C# program/project to .exe
Posted 08 June 2009 - 12:40 AM
How do i make my calculator (from the last subject of my) to .exe like the windows calc...?
Help
Replies To: How do i convert the C# program/project to .exe
#2
Re: How do i convert the C# program/project to .exe
Posted 08 June 2009 - 01:19 AM
Visual Studio -> Click Compile
If it's just one source file, from your command line (cmd) simply run:
csc sourcefile.cs
If it's just one source file, from your command line (cmd) simply run:
csc sourcefile.cs
#3
Re: How do i convert the C# program/project to .exe
Posted 08 June 2009 - 01:51 AM
source144, on 8 Jun, 2009 - 08:40 AM, said:
How do i make my calculator (from the last subject of my) to .exe like the windows calc...?
Help
you press F5 or go in the menu Debug-> Start debugging after that you go where your project is saved and in the bin folder and then in the debug folder you will have the .exe you want
#4
Re: How do i convert the C# program/project to .exe
Posted 08 June 2009 - 04:25 AM
Bocard, on 8 Jun, 2009 - 12:51 AM, said:
source144, on 8 Jun, 2009 - 08:40 AM, said:
How do i make my calculator (from the last subject of my) to .exe like the windows calc...?
Help
you press F5 or go in the menu Debug-> Start debugging after that you go where your project is saved and in the bin folder and then in the debug folder you will have the .exe you want
i wan't to make it exe so i won't need to get in visual studio every time and access it easily
#5
Re: How do i convert the C# program/project to .exe
Posted 08 June 2009 - 04:31 AM
#6
Re: How do i convert the C# program/project to .exe
Posted 08 June 2009 - 04:31 AM
source144, on 8 Jun, 2009 - 12:25 PM, said:
Bocard, on 8 Jun, 2009 - 12:51 AM, said:
source144, on 8 Jun, 2009 - 08:40 AM, said:
How do i make my calculator (from the last subject of my) to .exe like the windows calc...?
Help
you press F5 or go in the menu Debug-> Start debugging after that you go where your project is saved and in the bin folder and then in the debug folder you will have the .exe you want
i wan't to make it exe so i won't need to get in visual studio every time and access it easily
yes...the exe you find in the debug folder is a standalone app. you can send it to whoever you want or use it whenever you want as long as you have the .net framework the application needs.
#7
Re: How do i convert the C# program/project to .exe
Posted 23 August 2011 - 09:07 AM
[quote name='Bocard' date='08 June 2009 - 04:31 AM' timestamp='1244460703' post='666567']
[quote name='source144' post='666559' date='8 Jun, 2009 - 12:25 PM']
[quote name='Bocard' post='666521' date='8 Jun, 2009 - 12:51 AM']
[quote name='source144' post='666559' date='8 Jun, 2009 - 12:25 PM']
[quote name='Bocard' post='666521' date='8 Jun, 2009 - 12:51 AM']
source144, on 8 Jun, 2009 - 08:40 AM, said:
how to convert c# application to .exe file.That .exe file should run without C# in the system.
Help
how to convert c# application to .exe file.That .exe file should run without C# in the system.
#8
Re: How do i convert the C# program/project to .exe
Posted 23 August 2011 - 09:16 AM
Thank you for posting nothing on a two year old topic. I'll close it.
Page 1 of 1
|
|

New Topic/Question
This topic is locked




MultiQuote







|