WPF debug freezes computer with windows 7 64bit

前提是你 提交于 2019-12-11 19:04:57

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/3034657/wpf-debug-freezes-computer-with-windows-7-64bit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!