开发者

C# release directory remains empty

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜