谷歌云扩展包未正确加载



我的VS2017和谷歌云工具栏有问题。以前是这样的,现在我每次打开VS2017都会弹出这个弹出窗口。

"GoogleCloudExtensionPackage"包未正确加载。这个问题可能是由配置更改引起的,或者安装另一个扩展。您可以通过以下方式获取更多信息检查文件'。。。\AppData\Roaming\Microsoft\VisualStudio\15.0_xxxxxxx\ActivityLog.xml'。重新启动Visual Studio可能有助于解决此问题。

"发布到谷歌云"选项也被禁用。尝试重新安装扩展和VS。无论我重新启动、重新安装、修复多少次,它都不起作用。活动日志显示以下错误

LegacySitePackage failed for package [GoogleCloudExtensionPackage]
Source: 'mscorlib' Description: An item with the same key has already been added. 
System.ArgumentException: An item with the same key has already been added. 
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) 
at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer) 
at GoogleCloudExtension.Accounts.CredentialsStore.LoadAccounts() at GoogleCloudExtension.Accounts.CredentialsStore..ctor() 
at GoogleCloudExtension.Accounts.CredentialsStore.<>c.<.cctor>b__67_0() 
at System.Lazy`1.CreateValue() at System.Lazy`1.LazyInitValue() 
at System.Lazy`1.get_Value() 
at GoogleCloudExtension.Accounts.CredentialsStore.get_Default() 
at GoogleCloudExtension.GoogleCloudExtensionPackage.Initialize() 
at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.Shell.Interop.IVsPackage.SetSite(IServiceProvider sp)

我还尝试删除以下文件夹

  • C:\Users\\AppData\Local\Microsoft\VisualStudio\15.0xxxxx
  • C: \Users\\AppData\Roaming\Microsoft\VisualStudio\15.0xxxxx

Github上的扩展开发人员也收到了类似的问题报告,请参阅此处。正如你在这个评论中看到的,这个问题是由多个用户帐户文件链接到一个用户帐户引起的,应该通过删除有问题的文件来解决:

转到%LOCALAPPDATA%\googlecloudvsextension\accounts,您会发现几个*.json文件。删除所有帐户(或只删除具有重复帐户的帐户(应该可以解决此问题。

相关内容

  • 没有找到相关文章

最新更新