无法修复的Visual Studio ...
每当我想在vs 2015上编译应用程序时,它就会崩溃。即使我要编译主要功能或向其编写内容,也会出现一个窗口,其中显示
Visual Studio 2015已停止工作
2013 Express版本也是如此。我有一个提示为什么它不起作用:打开Team Explorer时,出现错误:
找不到页面'3185ed96-1cbd-4381-a439-636973542e50'。
我尝试了在互联网上找到的所有内容并信任我-没有任何效果。我还尝试了一些命令提示符命令:
devenv.exe/ debug
devenv.exe/ resetsettings
devenv.exe/ instalvstemplates
devenv.exe/ resetskippings
devenv.exe/ resetuserdata
devenv.exe/ setup
devenv.exe/ safemode
调试模式为我提供了有关该错误的一些信息:
mscorlib.dll中发生了类型为'System.InvalidOperationException'的未处理异常
附加信息:Microsoft.Internal.VisualStudio.Shell.Interop.SVsUIThreadInvokerPrivate
必须安装服务“ ”才能使用此功能。确保此服务可用。HRESULT = 0x80004002
构造此框架的内容时遇到异常。此信息也记录在“ C:\ Users \ admin \ AppData \ Roaming \ Microsoft \ VisualStudio \ 14.0 \ ActivityLog.xml”中。
Exception details:
System.ArgumentException: Parametr is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at Microsoft.VisualStudio.Shell.Package.CreateToolWindow(Type toolWindowType, Int32 id, UInt32 flags)
at Microsoft.VisualStudio.Shell.Package.CreateToolWindow(Type toolWindowType, Int32 id, ProvideToolWindowAttribute tool)
at Microsoft.VisualStudio.Shell.Package.FindToolWindow(Type toolWindowType, Int32 id, Boolean create, ProvideToolWindowAttribute tool)
at Microsoft.VisualStudio.Shell.Package.CreateToolWindow(Guid& toolWindowType, Int32 id)
at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.Shell.Interop.IVsToolWindowFactory.CreateToolWindow(Guid& toolWindowType, UInt32 id)
at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.ConstructContent()
但我仍然找不到任何有效的方法。
我重新安装了VS并对其进行了修复-仍然一无所获。然后,我下载了一些.dlls,Microsoft Visual C ++可再发行组件包,并使用Ccleaner清理注册表。我认为这是一个非常奇怪的错误;如果您能建议我解决问题?