Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# release directory remains empty

Tags:

c#

I have an C# application. I can debug the application and Visual Studio C# writes de debug files to bin/debug.

When I use "Built Solution" to compile the application, C# shows no errors and says "Build succeeded"... but the bin/release directory remains empty.

All other applications I compile don't have this problem.

Where did my compiled application go to?

like image 300
koen Avatar asked Feb 10 '26 20:02

koen


2 Answers

Set your compilation to Release in the configuration manager.

alt text

like image 123
Dustin Laine Avatar answered Feb 13 '26 09:02

Dustin Laine


This is perhaps a silly question, but have you selected the Release configuration when building your solution?

like image 39
Tor Haugen Avatar answered Feb 13 '26 09:02

Tor Haugen



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!