每次我在调试模式下将鼠标悬停在变量上时,MS Visual Studio Express 2012桌面崩溃

时间:2016-11-08 23:47:07

标签: c# visual-studio debugging visual-studio-2012 crash

导致崩溃的代码示例

When I hover over previousKey, it crashes

当我将鼠标悬停在previousKey上时,它会崩溃

之前我经常使用它,直到现在才崩溃。

崩溃信息

应用事件名称:BEX

应用程序名称:WDExpress.exe

应用版本:11.0.50727.42

应用程序时间戳:503ebe9f

错误模块的名称:StackHash_0a9e

错误模块版本:0.0.0.0

例外转移:71d071c6

异常代码:c0000005

例外数据:00000008

操作系统版本:6.1.7601.2.1.0.256.1

语言代码:1049

附加数据1:0a9e

其他数据2:0a9e372d3b4ad19135b953a78882e789

其他数据3:0a9e

其他数据4:0a9e372d3b4ad19135b953a78882e789

事件日志说

申请已通过未处理的例外终止

异常信息:System.AccessViolationException

堆栈:    在Microsoft.VisualStudio.Editor.Implementation.IVsCustomDataTip.DisplayDataTip()中    在

Microsoft.VisualStudio.Editor.Implementation.ShimQuickInfoSource.HandoffNoDefaultTipToDebugger(Microsoft.VisualStudio.Language.Intellisense.IQuickInfoSession)    在

Microsoft.VisualStudio.Editor.Implementation.ShimQuickInfoSource.TryGetQuickInfoFromFilter(Microsoft.VisualStudio.Language.Intellisense.IQuickInfoSession,Microsoft.VisualStudio.TextManager.Interop.TextSpan [],System.String ByRef)    在

Microsoft.VisualStudio.Editor.Implementation.ShimQuickInfoSource.AugmentQuickInfoSession(Microsoft.VisualStudio.Language.Intellisense.IQuickInfoSession,System.Collections.Generic.IList`1,Microsoft.VisualStudio.Text.ITrackingSpan ByRef)    在

Microsoft.VisualStudio.Language.Intellisense.Implementation.QuickInfoSession.Recalculate()    在

Microsoft.VisualStudio.Language.Intellisense.Implementation.QuickInfoSession.Start()    在

Microsoft.VisualStudio.Language.Intellisense.Implementation.DefaultQuickInfoController.OnTextView_MouseHover(System.Object,Microsoft.VisualStudio.Text.Editor.MouseHoverEventArgs)    在

Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextView.RaiseHoverEvents()    在

Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextView.OnHoverTimer(System.Object,System.EventArgs)

System.Windows.Threading.DispatcherTimer.FireTick(System.Object)中的

   在

System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate,System.Object,Int32)    在

MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object,System.Delegate,System.Object,Int32,System.Delegate)

System.Windows.Threading.DispatcherOperation.InvokeImpl()中的

in

System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(System.Object的)

System.Threading.ExecutionContext.RunInternal中的

(System.Threading.ExecutionContext,System.Threading.ContextCallback,System.Object,Boolean)

System.Threading.ExecutionContext.Run中的

(System.Threading.ExecutionContext,System.Threading.ContextCallback,System.Object,Boolean)

System.Threading.ExecutionContext.Run中的

(System.Threading.ExecutionContext,System.Threading.ContextCallback,System.Object)    在System.Windows.Threading.DispatcherOperation.Invoke()

中 System.Windows.Threading.Dispatcher.ProcessQueue()中的

System.Windows.Threading.Dispatcher.WndProcHook中的

(IntPtr,Int32,IntPtr,IntPtr,Boolean ByRef)

MS.Win32.HwndWrapper.WndProc中的

(IntPtr,Int32,IntPtr,IntPtr,Boolean ByRef)    在MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)中    在

System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate,System.Object,Int32)

S.Internal.Threading.ExceptionFilterHelper.TryCatchWhen中的

(System.Object,System.Delegate,System.Object,Int32,System.Delegate)

System.Windows.Threading.Dispatcher.LegacyInvokeImpl中的

(System.Windows.Threading.DispatcherPriority,System.TimeSpan,System.Delegate,System.Object,Int32)    MS.Win32.HwndSubclass.SubclassWndProc(IntPtr,Int32,IntPtr,IntPtr)

互联网建议为wdexpress.exe禁用某些数据防护功能,但它表示无法为此应用程序禁用该功能

win7x64sp1

修改

当我打开表单编辑选项卡时,它也会冻结和崩溃,该选项卡缺少所有文本并且不响应点击。

活动名称:APPCRASH

应用程序名称:WDExpress.exe

应用版本:11.0.50727.42

错误模块的名称:StackHash_cdcd

异常代码:c000041d

其他信息1:cdcd

其他信息2:cdcdb730d0d6bfcb220c35fc65530ab9

其他信息3:422d

其他信息4:422d51df37da39da33ec5e864c8278c3

1 个答案:

答案 0 :(得分:1)

如果VS在您创建一个新的简单项目期间崩溃,您会考虑VS设置或其他设置,因为实际上您没有调试应用程序。这不是VS调试工具问题。你同意我的意见吗?

TOOLS->导入和导出设置向导 - >重置所有设置 - >选择“否,只需重置设置,覆盖我当前的设置” - >选择默认的设置集合。然后运行你的VS作为管理员,重新创建一个新的简单应用程序,测试结果。

还请确保它不是性能问题,您可以访问您的任务管理器并关闭其他花费高内存/ CPU的第三方进程。

如果仍然没有帮助,我建议你修复你的VS,也请为你的VS2012安装更新5.

https://www.microsoft.com/en-sg/download/details.aspx?id=48708