开发者

C# release directory remains empty

开发者 https://www.devze.com 2023-01-23 05:12 出处:网络
I have an C# application. I can debug the application and Visual Studio C# writes de debug files to bin/debug.

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

When I us开发者_JAVA百科e "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?


Set your compilation to Release in the configuration manager.

C# release directory remains empty


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

0

精彩评论

暂无评论...
验证码 换一张
取 消