构建后,Release 文件夹外的 .exe 不起作用

After building , the .exe outside the Release folder dont working

构建项目后,它会出现在 Release 文件夹中。在发布文件夹外启动它后,程序将停止工作。我肯定会使用 MetroFramework 设计 .dll。有什么建议吗?

你的exe依赖的release文件夹中可能还有其他文件,比如DLL文件。移动 exe 时,请确保这些文件位于同一文件夹中。