簡體   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