WPF 调试冻结装有 Windows 7 64 位的计算机
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我知道出了什么问题了。
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.