WPF 调试冻结装有 Windows 7 64 位的计算机

发布于 2024-09-05 07:48:06 字数 163 浏览 3 评论 0原文

我在 Windows 7 64 位上使用 Visual Studio 2010。

我编译并运行了一个简单的应用程序,基本上是一个孩子可以做的事情。 好吧,它一开始运行,我的计算机就冻结并使其失去响应。 它每次都会针对每个应用程序继续执行此操作。

有什么想法为什么会发生这种情况吗?

I am using visual studio 2010 on Windows 7 64bit.

I compiled and ran a simple application basically a thing a child could make.
Well the second it started to run, it froze my computer and rendered it unresponsive.
It continues to do this every time and for every application.

Any ideas why this is happening?

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

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

发布评论

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

评论(1

饮惑 2024-09-12 07:48:06

我知道出了什么问题了。

COMODO 防病毒/防火墙会阻止所有应用程序调用 DLL,您必须在通常弹出的对话框中单击“允许”。但由于它是 WPF 的 DirectX DLL(因为 WPF 使用 DirectX),因此它与我的应用程序一起冻结了窗口。

I figured out what was wrong.

COMODO Antivirus/Firewall blocks all applications from calling DLL's, you have to click "Allow" on the dialog that normally pops-up. But since its a DirectX DLL for WPF (since WPF uses DirectX) it froze windows along with my app.

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