视觉工作室将无法修复...
每次我想在vs 2015上编译应用程序 - 它崩溃了.即使我想编译主函数或者写一些东西,它也会出现一个窗口
Visual Studio 2015已停止工作
它与2013 Express版本相同.我有一个线索,为什么它不起作用:当我打开团队资源管理器时,出现错误:
找不到页面'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
Run Code Online (Sandbox Code Playgroud)
调试模式给了我一些关于错误的信息:
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 …Run Code Online (Sandbox Code Playgroud)