Cannot start VS Community 2015: The 'Microsoft.VisualStudio.Shell.Connected.Packages.OnlineLicensing.OnlineLicensingManagerPackage' package di

  • Thread starter Thread starter iishotii
  • Start date Start date
I

iishotii

Guest
I installed Visual Studio Community 2015 Update 3 and it worked for a bit. I tried to open it after a few weeks of not using it and I get the message popup:

Cannot start VS Community 2015: The 'Microsoft.VisualStudio.Shell.Connected.Packages.OnlineLicensing.OnlineLicensingManagerPackage' package did not load correctly

1) I checked the log (below) and it didn't help.

2) I tried to do devenv /setup

3) I tried to do devenv /log. I get a popup from Visua Studio to sign in, create an account, or skip and I tried to do sign in but it just closes. Same for skip.

4) I tried to do devenv /ResetSettings

5) I tried to do repair

6) I tried to do /uninstall /force and then reinstall full

7) I tried to delete my registry keys that devenv was trying to use for license

8) I tried to do devenv /clean and got "The license for Visual Studio has expired."

<entry>
<record>476</record>
<time>2016/07/29 16:29:27.328</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Microsoft.VisualStudio.Shell.Connected.Packages.OnlineLicensing.OnlineLicensingManagerPackage]</description>
<guid>{A5C25D8F-4D74-4924-BD8C-F3C2B860F4EC}</guid>
</entry>
<entry>
<record>477</record>
<time>2016/07/29 16:29:27.338</time>
<type>Error</type>
<source>VisualStudio</source>
<description>SetSite failed for package [Microsoft.VisualStudio.Shell.Connected.Packages.OnlineLicensing.OnlineLicensingManagerPackage][Method not found: &apos;Microsoft.VisualStudio.Threading.JoinableTaskFactory Microsoft.VisualStudio.Shell.VsTaskLibraryHelper.WithPriority(Microsoft.VisualStudio.Threading.JoinableTaskFactory, Microsoft.VisualStudio.Shell.VsTaskRunContext)&apos;.]:{ at Microsoft.VisualStudio.Services.VsTask.InternalGetResult(Boolean ignoreUIThreadCheck)&#x000D;&#x000A; at Microsoft.VisualStudio.Services.VsTask.GetResult()}</description>
<guid>{A5C25D8F-4D74-4924-BD8C-F3C2B860F4EC}</guid>
<hr>80131513</hr>
<errorinfo>Method not found: 'Microsoft.VisualStudio.Threading.JoinableTaskFactory Microsoft.VisualStudio.Shell.VsTaskLibraryHelper.WithPriority(Microsoft.VisualStudio.Threading.JoinableTaskFactory, Microsoft.VisualStudio.Shell.VsTaskRunContext)'.</errorinfo>
</entry>
<entry>
<record>478</record>
<time>2016/07/29 16:29:27.338</time>
<type>Error</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.Shell.Connected.Packages.OnlineLicensing.OnlineLicensingManagerPackage]</description>
<guid>{A5C25D8F-4D74-4924-BD8C-F3C2B860F4EC}</guid>
<hr>80131513</hr>
<errorinfo>Method not found: 'Microsoft.VisualStudio.Threading.JoinableTaskFactory Microsoft.VisualStudio.Shell.VsTaskLibraryHelper.WithPriority(Microsoft.VisualStudio.Threading.JoinableTaskFactory, Microsoft.VisualStudio.Shell.VsTaskRunContext)'.</errorinfo>
</entry>
<entry>

Continue reading...
 
Back
Top