我已经安装了Visual Studio 2013 Ultimate。问题在于,过去几天我无法使用它,因为当我打开一个项目并开始输入IDE崩溃时。它发生在任何项目中,无论语言是什么!记录如上:
异常类型:System.ArgumentOutOfRangeException异常消息:不是有效的Win32 FileTime。异常堆栈跟踪:at System.DateTime.ToFileTimeUtc()at Microsoft.VisualStudio.ExtensionManager.UI.ExtensionManagerWindow.ExecutedRestartVisualStudio(对象 sender,ExecutedRoutedEventArgs e)at System.Windows.Input.CommandBinding.OnExecuted(Object sender, ExecutedRoutedEventArgs e)at System.Windows.Input.CommandManager.ExecuteCommandBinding(对象 sender,ExecutedRoutedEventArgs e,CommandBinding commandBinding)
在 System.Windows.Input.CommandManager.FindCommandBinding(CommandBindingCollection commandBindings,Object sender,RoutedEventArgs e,ICommand命令, 布尔执行) System.Windows.Input.CommandManager.FindCommandBinding(Object sender, RoutedEventArgs e,ICommand命令,布尔执行)at System.Windows.Input.CommandManager.OnExecuted(Object sender, ExecutedRoutedEventArgs e)at System.Windows.UIElement.OnExecutedThunk(Object sender, ExecutedRoutedEventArgs e)at System.Windows.Input.ExecutedRoutedEventArgs.InvokeEventHandler(代表 genericHandler,Object target)at System.Windows.RoutedEventArgs.InvokeHandler(委托处理程序,对象 目标) System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args,Boolean reRaised)at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args,Boolean 在System.Windows.Input.RoutedCommand.ExecuteImpl(Object。) 参数,IInputElement target,Boolean userInitiated)at System.Windows.Input.RoutedCommand.ExecuteCore(Object parameter, IInputElement target,Boolean userInitiated)at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource,Boolean userInitiated)at System.Windows.Controls.Primitives.ButtonBase.OnClick()at System.Windows.Controls.Button.OnClick()at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)在System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender,MouseButtonEventArgs e)at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(代表 genericHandler,Object genericTarget)at System.Windows.RoutedEventArgs.InvokeHandler(委托处理程序,对象 目标) System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args,Boolean reRaised)at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args,RoutedEvent newEvent)at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(代表 genericHandler,Object genericTarget)at System.Windows.RoutedEventArgs.InvokeHandler(委托处理程序,对象 目标) System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args,Boolean reRaised)at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)at at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args,Boolean 可信的)在System.Windows.Input.InputManager.ProcessStagingArea() 在System.Windows.Input.InputManager.ProcessInput(InputEventArgs 输入) System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode模式,Int32时间戳,RawMouseActions操作,Int32 x, Int32 y,Int32 wheel)at 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&处理) MS.Win32.HwndWrapper.WndProc(IntPtr hwnd,Int32 msg,IntPtr wParam, IntPtr lParam,Boolean&处理) MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)at System.Windows.Threading.ExceptionWrapper.InternalRealCall(代表 回调,对象args,Int32 numArgs)at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(对象 source,Delegate方法,Object args,Int32 numArgs,Delegate catchHandler)异常数据:Key:System.Object,Value:[null]
答案 0 :(得分:0)
看起来包含的插件或类似设备失败了。我会重新安装VS并确保在再次安装之前没有依赖项。