在任何项目中,拖放任何文本都会导致以下异常: "遇到异常,这可能是由扩展引起的 您可以获得更多信息等。 "
活动日志包含:
<entry>
<record>631</record>
<time>2017/05/03 01:47:18.828</time>
<type>Error</type>
<source>Editor or Editor Extension</source>
<description>(see below)</description>
</entry>
描述如下:
System.IO.FileNotFoundException:系统找不到指定的文件。 (HRESULT异常:0x80070002)
在MS.Win32.UnsafeNativeMethods.DoDragDrop(IDataObject dataObject,IOleDropSource dropSource,Int32 allowedEffects,Int32 [] finalEffect)
在System.Windows.OleServicesContext.OleDoDragDrop(IDataObject dataObject,IOleDropSource dropSource,Int32 allowedEffects,Int32 [] finalEffect)
在System.Windows.DragDrop.OleDoDragDrop(DependencyObject dragSource,DataObject dataObject,DragDropEffects allowedEffects)
在System.Windows.DragDrop.DoDragDrop(DependencyObject dragSource,Object data,DragDropEffects allowedEffects) 在Microsoft.VisualStudio.Text.Editor.DragDrop.Implementation.DragDropStateManager.PerformDragDrop() 在Microsoft.VisualStudio.Text.Editor.DragDrop.Implementation.DragDropStateManager.StartAndFinishDragDrop() 在Microsoft.VisualStudio.Text.Editor.DragDrop.Implementation.DragDropMouseProcessor.HandleMouseMove(Boolean leftButtonPressed,Point viewRelativeMousePosition) 在Microsoft.VisualStudio.Text.Editor.DragDrop.Implementation.DragDropMouseProcessor.PreprocessMouseMove(MouseEventArgs e) 在Microsoft.VisualStudio.Text.Utilities.WpfMouseProcessor。&lt;&gt; c__DisplayClass37_0.b__0(IMouseProcessor p) 在Microsoft.VisualStudio.Text.Utilities.WpfMouseProcessor。&lt;&gt; c__DisplayClass56_1.b__0() 在Microsoft.VisualStudio.Text.Utilities.GuardedOperations.CallExtensionPoint(Object errorSource,Action call)
发生这种情况后,无法删除正在拖动的文本。 Backspace不执行任何操作,在关闭并重新打开文件之前,delete不执行任何操作。
我卸载然后重新安装了visual studio而没有成功解决问题。 我尝试在安全模式中启动工作室,同样的问题。