如果这是重复,我表示道歉 - 我搜索了相同的问题,但没有找到任何问题。
我最近更新到VS 2015专业版SP 2,任何在此之后打开VS的尝试都会导致立即崩溃。我已粘贴下面的错误详情。
我尝试重新安装VS,使用各种/ ResetSkipPkgs,/ ResetSettings,/ SafeMode标志运行devenv并且行为没有变化。我能够毫无问题地运行VS Ultimate 2013.
异常详细信息(带有一些手动格式以提高可读性):
Application: devenv.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception.
Exception Info: System.NotSupportedException at
Microsoft.VisualStudio.Shell.Connected.UserInformation.UserInformationDataSource.get_VsLicensingState() at
Microsoft.VisualStudio.Shell.Connected.UserInformation.UserInformationDataSource.SignInAndCheckForLicenseAsync(System.Object) at
Microsoft.VisualStudio.Shell.Connected.UserInformation.UserInformationDataSource.UserInformationCommandHandler(Microsoft.VisualStudio.Shell.Interop.IVsUIDispatch, System.String, System.Object, System.Object ByRef) at
Microsoft.Internal.VisualStudio.PlatformUI.UIDispatch.Invoke(System.String, System.Object, System.Object ByRef) at Microsoft.VisualStudio.Shell.Connected.UserInformation.UserInformationDataSource.PrepareForFirstLaunchSignIn() at
Microsoft.VisualStudio.Shell.Connected.UserInformation.UserInformationDataSource.UserInformationCommandHandler(Microsoft.VisualStudio.Shell.Interop.IVsUIDispatch, System.String, System.Object, System.Object ByRef) at
Microsoft.Internal.VisualStudio.PlatformUI.UIDispatch.Invoke(System.String, System.Object, System.Object ByRef) at
Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(System.String, System.Object, System.Object ByRef) at
Microsoft.VisualStudio.Shell.Connected.UserInformation.FirstLaunchSignIn.FirstLaunchSignIn_Loaded(System.Object, System.Windows.RoutedEventArgs) at
System.Windows.RoutedEventHandlerInfo.InvokeHandler(System.Object, System.Windows.RoutedEventArgs) at
System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean) at
System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs) at
System.Windows.UIElement.RaiseEvent(System.Windows.RoutedEventArgs) at
System.Windows.BroadcastEventHelper.BroadcastEvent(System.Windows.DependencyObject, System.Windows.RoutedEvent) at
System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(System.Object) at
MS.Internal.LoadedOrUnloadedOperation.DoWork() at
System.Windows.Media.MediaContext.FireLoadedPendingCallbacks() at
System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks() at
System.Windows.Media.MediaContext.RenderMessageHandlerCore(System.Object) at
System.Windows.Media.MediaContext.RenderMessageHandler(System.Object) at System.Windows.Media.MediaContext.Resize(System.Windows.Media.ICompositionTarget) at System.Windows.Interop.HwndTarget.OnResize() at
System.Windows.Interop.HwndTarget.HandleMessage(MS.Internal.Interop.WindowMessage, IntPtr, IntPtr) at
System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) at
MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object) at
System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32) at
System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate) at
System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr) at
MS.Win32.UnsafeNativeMethods.CallWindowProc(IntPtr, IntPtr, Int32, IntPtr, IntPtr) at MS.Win32.HwndSubclass.DefWndProcWrapper(IntPtr, Int32, IntPtr, IntPtr) at MS.Win32.UnsafeNativeMethods.CallWindowProc(IntPtr, IntPtr, Int32, IntPtr, IntPtr) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
任何解决此问题的协助都将不胜感激。谢谢你的时间。
答案 0 :(得分:0)
执行
的修复带有更新的Microsoft Visual Studio Professional 2015
来自控制面板>程序>程序和功能为我解决了这个问题。