I have downloaded Visual Studio 2017 on one of my machines with Windows 7, SP 1, and at some point setup has failed. There was an error about installing Windows 10 SDK. According to Microsoft site, this is a bug, and a solution is to download Windows 10 SDK separately and install it like that.
Now when I did that, on first run of VS, I got next error:
The 'ExtensionManagerPackage' package did not load correctly...Restarting Visual Studio could help resolve this issue.
Suggested restarting didn't change anything.
There were few more errors like this on startup (packages related errors). Now I am re-installing, and will try to choose different Workloads to see if this happens for every workload...
If matters, I have installed the Universal Windows Platform development, .NET desktop development and Windows desktop development with C++ workloads.
This is what I get from ActivityLog.xml file (located in VisualStudio\15.0_0b1e9ecf\ folder:
SetSite failed for package [ExtensionManagerPackage]Source: 'Microsoft.VisualStudio.ExtensionManager.Implementation' Description: Could not load type 'Microsoft.VisualStudio.Shell.IOleMenuCommand' from assembly 'Microsoft.VisualStudio.Shell.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. System.TypeLoadException: Could not load type 'Microsoft.VisualStudio.Shell.IOleMenuCommand' from assembly 'Microsoft.VisualStudio.Shell.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. at Microsoft.VisualStudio.ExtensionManager.VSPackage.ExtensionManagerPackage.d__27.MoveNext() at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine) at Microsoft.VisualStudio.ExtensionManager.VSPackage.ExtensionManagerPackage.InitializeAsync(CancellationToken cancellationToken, IProgress`1 progress) at Microsoft.VisualStudio.Shell.AsyncPackage.<>c__DisplayClass16_0.<b__1>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Microsoft.VisualStudio.Services.VsTask.RethrowException(AggregateException e) at Microsoft.VisualStudio.Services.VsTask.InternalGetResult(Boolean ignoreUIThreadCheck) at Microsoft.VisualStudio.Services.VsTask.GetResult()
along with:
End package load [ExtensionManagerPackage]
Is this also a known bug? Anybody experienced this?