繁体   English   中英

在编辑器中键入时,Visual Studio 2013崩溃

[英]Visual Studio 2013 crashes when typing in editor

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

异常类型:System.ArgumentOutOfRangeException异常消息:无效的Win32 FileTime。 异常堆栈跟踪:位于Microsoft.VisualStudio.ExtensionManager.UI.ExtensionManagerWindow.ExecutedRestartVisualStudio(System.Windows.Input.CommandBinding.OnExecuted(Object sender,ExecutedRoutedEventArgs e)的System.DateTime.ToFileTimeUtc()处.Windows.Input.CommandManager.ExecuteCommandBinding(对象发送者,ExecutedRoutedEventArgs e,CommandBinding commandBinding)
在System.Windows.Input.CommandManager.FindCommandBinding(对象发送者,RoutedEventArgs e,ICommand命令,布尔执行)在System.Windows.Input.CommandManager.FindCommandBinding(CommandBindingCollection commandBindings,对象发送者,RoutedEventArgs e,ICommand命令,布尔执行) System.Windows.Input.Execute.RoutedEventArgs.InvokeEventHandler(Delegate genericHandler,对象目标),System.Windows.UIElement.OnExecutedThunk(对象.System.Windows.Input.ExecutedRoutedEventArgs.InvokeEventHandler,对象System.Windows.Input.CommandManager.OnExecuted(对象发送者,ExecutedRoutedEventArgs e) System.Windows.Route.EventRoute.InvokeHandlersImpl(System.Windows.Route.EventRoute.InvokeHandlersImpl(Object source,RoutedEventArgs args,Boolean reRaised)处的System.Windows.RoutedEventHandlerInfo.InvokeHandler(对象目标,RoutedEventArgs routedEventArgs) System.Windows.UIElement.RaiseEvent(Rou)上的.UIElement.RaiseEventImpl(DependencyObject sender,RoutedEventArgs args) System.Windows.Input.RoutedCommand.ExecuteImpl(Object参数,IInputElement目标,布尔userInitiated)的tedEventArgs args,布尔值受信任)MS.Internal的System.Windows.Input.RoutedCommand.ExecuteCore(Object参数,IInputElement目标,布尔userInitiated) .Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource,Boolean userInitiated)在System.Windows.Controls.Primitives.ButtonBase.OnClick()在System.Windows.Controls.Button.OnClick()在System.Windows.Controls.Primitives.ButtonBase。 System.Windows.UIElement.OnMouseLeftButtonUpThunk(对象发送者,MouseButtonEventArgs e)(位于System.Windows.UI.OnElement上) System.Windows.RoutedEventHandlerInfo.InvokeHandler上的target)(对象目标,System.Windows.EventRoute.Invok上的RoutedEventArgs routedEventArgs) System.Windows.UIElement.OnMouseUpThunk(对象发件人,MouseButtonEventArgs e)的System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender,RoutedEventArgs args,RoutedEvent newEvent)的eHandlersImpl(Object source,RoutedEventArgs args,Boolean重新引发) .MouseButtonEventArgs.InvokeEventHandler(在System.Windows.RoutedEventArgs.InvokeHandler(委托处理程序,对象目标)在System.Windows.RoutedEventHandlerInfo.InvokeHandler(对象目标,在Route.EventArgs在System.Windows.UIElement.RaiseEventImpl(DependencyObject sender,RoutedEventArgs args)在System.Windows.UIElement.RaiseEvent(RoutedEventArgs args)在System.Windows.UIElement.RaiseEvent(RoutedEventArgs args),对象来源,RoutedEventArgs args,布尔重新引发) )在System.Windows.Input.InputManager.ProcessStagingArea()处 System.Windows.Interop.HwndMouseInputProvider.ReportInput(System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport))上的nput(InputEventArgs input),IntPtr hwnd,InputMode模式,Int32时间戳,RawMouseActions操作,Int32 x,Int32 y,Int32轮)在System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd,Int32 msg,IntPtr lParam,IntPtr lParam,IntPtr hwnd,WindowMessage msg,IntPtr wParam,IntPtr lParam,布尔值和已处理)在MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)在MS.Win32.HwndWrapper.WndProc(IntPtr hwnd,Int32 msg,IntPtr wParam,IntPtr lParam,Boolean&处理)处的System.Windows.Threading.ExceptionWrapper(Internal)在MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(对象源,委托方法,对象args,Int32 numArgs,委托catchHandler)处委托回调,对象args,Int32 numArgs)异常数据:键:System.Object,值 : [空值]

看起来其中包含一个插件或类似的插件,但失败了。 我将重新安装VS,并确保在再次安装前没有依赖项。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM