我想在Windows 10中加載VS2015 Pro版本(更新3),並且我一直在爲這幾天嘗試不同的事情而戰鬥。當我啓動它時,我會進入白色的Visual Studio Splash Screen,它會掛起。這在VS2013中看到了很多,顯然在VS2015中也是如此,但目前爲止還沒有任何效果。Visual Studio 2015-卡在初始屏幕
任何人都可以分享成功故事嗎?
基於各種網站上,我曾嘗試: 1.devenv.exe /安全模式 2.devenv.exe/resetskippkgs 3.devenv.exe/installvstemplates 4.devenv.exe/resetsettings 5.devenv。 exe/resetuserdata
我能夠運行devenv.exe/resetsettings,我進入但我立即有錯誤,然後Visual Studio鎖,我不能點擊任何東西。當我點擊關閉的彈出窗口,我得到一個錯誤,VS停止工作,我在VS,但它被鎖定。我無法點擊任何東西。
錯誤,當我做得到:
CommonAzureToolsPackage did not load correctly.
Microsoft.VisualStudio.Shell.Connected.ConnectedUser.ConnectedUserPackage did not load correctly.
我ActivityLog.xml有這樣的:
<type>Error</type>
<source>VisualStudio</source>
<description>LegacySitePackage failed for package [Microsoft.VisualStudio.Shell.Connected.ConnectedUser.ConnectedUserPackage]Source: 'Microsoft.VisualStudio.Shell.Connected' Description: Could not load file or assembly 'Microsoft.VisualStudio.Services.Client, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualStudio.Services.Client, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.VisualStudio.Services.Client, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
 at Microsoft.VisualStudio.Shell.Connected.Common.CommonUtilities.CheckAndResetUserTokenStorage(IServiceProvider serviceProvider)
 at Microsoft.VisualStudio.Shell.Connected.ConnectedUser.ConnectedUserPackage.Initialize()
 at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.Shell.Interop.IVsPackage.SetSite(IServiceProvider sp)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
</description>
<guid>{7F679D93-2EB6-47C9-85EB-F6AD16902662}</guid>
<hr>80070002</hr>
<errorinfo></errorinfo>
</entry>
<entry>
<record>26</record>
<time>2016/10/15 03:38:42.027</time>
<type>Error</type>
<source>VisualStudio</source>
<description>SetSite failed for package [Microsoft.VisualStudio.Shell.Connected.ConnectedUser.ConnectedUserPackage](null)</description>
<guid>{7F679D93-2EB6-47C9-85EB-F6AD16902662}</guid>
<hr>80070002</hr>
<errorinfo></errorinfo>
</entry>
<entry>
<record>27</record>
<time>2016/10/15 03:38:42.042</time>
<type>Error</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.Shell.Connected.ConnectedUser.ConnectedUserPackage]</description>
<guid>{7F679D93-2EB6-47C9-85EB-F6AD16902662}</guid>
<hr>80070002</hr>
<errorinfo></errorinfo>
你是否設法解決了這個問題?我有一個類似的問題,它看起來像GAC中的Microsoft.VisualStudio.Services.Client版本是12.0.0。0(可能來自以前版本的VS)而不是14.0.0.0 – romanoza
嘿羅曼扎我沒有。在查看多個站點並進入MS論壇後,他們建議重新加載我的操作系統並查看會發生什麼。我認爲這與說「重啓」的技術支持類似。這是MS論壇的主題,有一些鏈接,我也嘗試過,但目前,我只是堅持使用VS2013。你可能想看看這些是否有幫助。 https://social.msdn.microsoft.com/Forums/vstudio/en-US/916e7f13-f58b-4277-ae9f-c7ac4afa7441/vs-pro-2015-hanging?forum=visualstudiogeneral – Dazed