【发布时间】:2011-02-22 01:54:19
【问题描述】:
有没有办法在设计器中禁用 wpf 表单加载?
每当我在我的应用程序中放置启动单独线程的控件时,wpf 编辑器都会在加载时使我的 Visual Studio 崩溃。
通过忽略vs2010错误弹出窗口,我设法继续使用wpf,但这很烦人。
错误信息是:
Process Name: devenv.exe : C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe
Process Architecture: x86
Exception Code: 0xC0000005
Exception Information: The thread tried to read from or write to a virtual address for which it does not have the appropriate access.
Heap Information: Not Present
【问题讨论】:
标签: wpf multithreading visual-studio-2010