【问题标题】:Visual Studio 2013 crashes when typing in editor在编辑器中键入时 Visual Studio 2013 崩溃
【发布时间】:2014-04-10 20:17:06
【问题描述】:

我已经安装了 Visual Studio 2013 Ultimate。问题是在过去的几天里我无法使用它,因为当我打开一个项目并开始输入时,IDE 崩溃了。无论是什么语言,它都会发生在任何项目中!日志如上:

异常类型:System.ArgumentOutOfRangeException 异常消息:不是有效的 Win32 FileTime。异常堆栈跟踪:在 System.DateTime.ToFileTimeUtc() 在 Microsoft.VisualStudio.ExtensionManager.UI.ExtensionManagerWindow.ExecutedRestartVisualStudio(对象 发件人,ExecutedRoutedEventArgs e) 在 System.Windows.Input.CommandBinding.OnExecuted(对象发送者, ExecutedRoutedEventArgs e) 在 System.Windows.Input.CommandManager.ExecuteCommandBinding(对象 发件人,ExecutedRoutedEventArgs e,CommandBinding commandBinding)
在 System.Windows.Input.CommandManager.FindCommandBinding(CommandBindingCollection commandBindings,对象发送者,RoutedEventArgs e,ICommand 命令, 布尔执行)在 System.Windows.Input.CommandManager.FindCommandBinding(对象发送者, RoutedEventArgs e,ICommand 命令,布尔执行)在 System.Windows.Input.CommandManager.OnExecuted(对象发送者, ExecutedRoutedEventArgs e) 在 System.Windows.UIElement.OnExecutedThunk(对象发送者, ExecutedRoutedEventArgs e) 在 System.Windows.Input.ExecutedRoutedEventArgs.InvokeEventHandler(委托 genericHandler,对象目标)在 System.Windows.RoutedEventArgs.InvokeHandler(委托处理程序,对象 目标)在 System.Windows.RoutedEventHandlerInfo.InvokeHandler(对象目标, RoutedEventArgs routedEventArgs) 在 System.Windows.EventRoute.InvokeHandlersImpl(对象源, RoutedEventArgs 参数,布尔 reRaised)在 System.Windows.UIElement.RaiseEventImpl(DependencyObject 发送者, RoutedEventArgs 参数)在 System.Windows.UIElement.RaiseEvent(RoutedEventArgs 参数,布尔值 受信任)在 System.Windows.Input.RoutedCommand.ExecuteImpl(对象 参数,IInputElement 目标,布尔值 userInitiated)在 System.Windows.Input.RoutedCommand.ExecuteCore(对象参数, IInputElement 目标,布尔值 userInitiated) 在 MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource,布尔用户启动)在 System.Windows.Controls.Primitives.ButtonBase.OnClick() 在 System.Windows.Controls.Button.OnClick() 在 System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e) 在 System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object 发件人,MouseButtonEventArgs e) 在 System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(委托 genericHandler, 对象 genericTarget) 在 System.Windows.RoutedEventArgs.InvokeHandler(委托处理程序,对象 目标)在 System.Windows.RoutedEventHandlerInfo.InvokeHandler(对象目标, RoutedEventArgs routedEventArgs) 在 System.Windows.EventRoute.InvokeHandlersImpl(对象源, RoutedEventArgs 参数,布尔 reRaised)在 System.Windows.UIElement.ReRaiseEventAs(DependencyObject 发件人, RoutedEventArgs 参数,RoutedEvent 新事件)在 System.Windows.UIElement.OnMouseUpThunk(对象发送者, MouseButtonEventArgs e) 在 System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(委托 genericHandler, 对象 genericTarget) 在 System.Windows.RoutedEventArgs.InvokeHandler(委托处理程序,对象 目标)在 System.Windows.RoutedEventHandlerInfo.InvokeHandler(对象目标, RoutedEventArgs routedEventArgs) 在 System.Windows.EventRoute.InvokeHandlersImpl(对象源, RoutedEventArgs 参数,布尔 reRaised)在 System.Windows.UIElement.RaiseEventImpl(DependencyObject 发送者, RoutedEventArgs 参数)在 System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args) 在 System.Windows.UIElement.RaiseEvent(RoutedEventArgs 参数,布尔值 受信任)在 System.Windows.Input.InputManager.ProcessStagingArea() 在 System.Windows.Input.InputManager.ProcessInput(InputEventArgs 输入)在 System.Windows.Input.InputProviderSite.ReportInput(InputReport 输入报告)在 System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode 模式,Int32 时间戳,RawMouseActions 动作,Int32 x, Int32 y,Int32 轮)在 System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& 处理)在 System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd,Int32 msg,IntPtr wParam, IntPtr lParam,布尔值&处理)在 MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) 在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(委托 回调,对象参数,Int32 numArgs)在 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(对象 源,委托方法,对象参数,Int32 numArgs,委托 catchHandler) 异常数据:键:System.Object,值:[null]

【问题讨论】:

    标签: ide visual-studio-2013


    【解决方案1】:

    看起来有一个插件或类似的插件失败了。我会重新安装 VS 并确保在再次安装之前没有任何依赖项。

    【讨论】:

    • 显然是扩展“Bing Code Search for C#”导致了这个问题。我禁用了所有扩展,试图一一启用它们。它可能会保持禁用状态,直到未来的更新。 :)
    猜你喜欢
    • 2011-06-15
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2010-09-24
    • 2016-03-03
    • 1970-01-01
    相关资源
    最近更新 更多