Jump to content

How to make exe from existing project

- - - - -

  • Please log in to reply
5 replies to this topic

#1
prof.deedee

prof.deedee

    Learning Programmer

  • Members
  • PipPipPip
  • 50 posts
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:

#2
Momerath

Momerath

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 242 posts
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
prof.deedee

prof.deedee

    Learning Programmer

  • Members
  • PipPipPip
  • 50 posts
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

#4
prof.deedee

prof.deedee

    Learning Programmer

  • Members
  • PipPipPip
  • 50 posts
sorry but I have other question ... this exe file can I move it to other PC without any problem???

#5
Momerath

Momerath

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 242 posts
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
prof.deedee

prof.deedee

    Learning Programmer

  • Members
  • PipPipPip
  • 50 posts
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