Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can i find an executable program once i have finished writing c# code

In visual basic class I learned where I could find the .exe file once the program was done and run at least once. Basically we could take the icon for the .exe file and place it on the desktop so that a user could just double click on the icon to run the program without needing to open the IDE or look at any code.

Where/how can i find this kind of file for c# code?

like image 546
rage Avatar asked Dec 21 '25 16:12

rage


1 Answers

Go to the bin/Debug folder in the project. (or bin/Release if you're using the release build).

You can also go to your project settings, then to the build tab, and in the "Output" heading read/change the "Output Path" setting. This will let you output the exe to some other location, or just see where it is currently outputting in the event that it has already been changed on your machine.

like image 190
Servy Avatar answered Dec 23 '25 04:12

Servy



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!