WPF 程序在 Visual Studio 2010 中运行,但单击 exe 时不运行

发布于 2024-09-27 08:42:42 字数 129 浏览 8 评论 0原文

我制作了一个在 Visual Studio 2010 中完美运行的 WPF 应用程序。 当我构建它(调试或发布模式)并尝试运行该应用程序时,出现错误, 该表格不启动。

有什么想法吗?

谢谢

菲利普

I've made a WPF application that runs perfectly inside Visual Studio 2010.
When I built it (debug or release mode) and try to run the app, I've got an error,
the form doesn't start.

any ideas?

thanks

Filip

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

标点 2024-10-04 08:42:42

如果您引用了PresentationFramework.Aero,请尝试将引用属性“Copy Local”更改为true。它对我有用,

If you have reference to the PresentationFramework.Aero try changing reference property "Copy Local" to true. It worked for me,

栖竹 2024-10-04 08:42:42

我遇到过类似的问题,主要问题与反射有关。通常,发生这种情况是因为代码比附加调试器时得到了更多优化。

I have had a problem similar to this, the main problem turned out to be related to reflection. Usually when this happens it is because the code gets optimized more than when the debugger is attached.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文