Hi
How can I make .exe from existing c sharp project???
I mean I already did my project and finished it.... now I want to it as other programs which user can not see the code... the user can only click on the icon of the program then the program will run immediately for him..:crying:
5 replies to this topic
#1
Posted 29 August 2010 - 07:13 AM
|
|
|
#2
Posted 29 August 2010 - 07:47 AM
Look in your project folder in the 'bin' folder. You should see two folders 'Debug' and 'Release'. You'll find the exe in those folders (depending on the compile options you've been using).
#3
Posted 29 August 2010 - 07:57 AM
Thank you soo much for your replay....
I found only one folder Debug....
Inside this folder I found 4 files:
------.exe
------.vshost.exe
------.pdb
------.vshost.exe.manifest
which one I should use ??? and what I should do next???
Thank you again
I found only one folder Debug....
Inside this folder I found 4 files:
------.exe
------.vshost.exe
------.pdb
------.vshost.exe.manifest
which one I should use ??? and what I should do next???
Thank you again
#4
Posted 29 August 2010 - 07:58 AM
sorry but I have other question ... this exe file can I move it to other PC without any problem???
#5
Posted 29 August 2010 - 09:39 AM
You want to use the .exe one (not .vshost.exe). You can move it to another PC without any problems as long as they have the .NET framework installed (and any other dependencies you might have added to your project).
#6
Posted 29 August 2010 - 02:39 PM
Thank you Momerath , my problem is solved because of your great help:thumbup:
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









