I am trying to export some of my C# (Microsoft Visual C Sharp 2008 Express Edition) onto my computer for as a .exe or any other file that I could open without Microsoft Visual C Sharp 2008 itself. Is this possible? For instance, I made a calculator and I want to 'publish' the program, you could say, onto my computer so I can use it as a regular Windows program. Preferably a .exe file. Does anyone know how I can do this? If so, please explain.
Page 1 of 1
C# : How To Export Programs
#3 Guest_Fortifiv3_*
Posted 11 January 2010 - 12:03 AM
Yes I have. There is nothing having to do with an executable in it.
#4
Posted 22 January 2010 - 02:14 PM
In your project go to Bin > Debug and youll find the .exe there.
If you dont, try building again the project and you should find it there. If youre saying you made a calculator its not hard to re do again. (no offense ) ;)
If you dont, try building again the project and you should find it there. If youre saying you made a calculator its not hard to re do again. (no offense ) ;)
#5
Posted 30 January 2010 - 06:25 PM
In your menu, click Build>Build
This will compile the program (manifests, resources, etc.) into your program.
Then, navigate to the project folder, open Bin, then release
You will see your executable there, and that can be published.
This will compile the program (manifests, resources, etc.) into your program.
Then, navigate to the project folder, open Bin, then release
You will see your executable there, and that can be published.
My website: http://www.aommaster.com

Please do not send me PM's requesting for help. The forums are there for a reason : )
If I am helping you and do not respond to your thread for 48 hours, please send me a PM
All my help is free. However, if you would like to make a donation, then please click here.

Please do not send me PM's requesting for help. The forums are there for a reason : )
If I am helping you and do not respond to your thread for 48 hours, please send me a PM
All my help is free. However, if you would like to make a donation, then please click here.
#6
Posted 02 February 2010 - 01:05 PM
can we run our c sharp programme without .net framework
#8
Posted 12 February 2010 - 12:20 PM
No you need to install the .Net framework on a PC before it will run any of your programs, I thing that it is included with SP3 now anyway so most PC's have it, well as long as they are up to date.
Share this topic:
Page 1 of 1

Help
Back to top















