VersionChangerAddin icon indicating copy to clipboard operation
VersionChangerAddin copied to clipboard

launch failed after installation in VS2022 17.6.2

Open marcOpoloGante opened this issue 2 years ago • 1 comments

SetSite failed for package [VersionChangerPackage]Source: 'VersionChanger' Description: Method not found: 'Microsoft.VisualStudio.Threading.JoinableTaskFactory Microsoft.VisualStudio.Shell.AsyncPackage.get_JoinableTaskFactory()'. System.MissingMethodException: Method not found: 'Microsoft.VisualStudio.Threading.JoinableTaskFactory Microsoft.VisualStudio.Shell.AsyncPackage.get_JoinableTaskFactory()'. at DSoft.VersionChanger.VersionChangerPackage.<InitializeAsync>d__1.MoveNext() at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine) at DSoft.VersionChanger.VersionChangerPackage.InitializeAsync(CancellationToken cancellationToken, IProgress`1 progress) at Microsoft.VisualStudio.Shell.AsyncPackage.<>c__DisplayClass21_0.<<Microsoft-VisualStudio-Shell-Interop-IAsyncLoadablePackageInitialize-Initialize>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)

marcOpoloGante avatar Dec 20 '23 12:12 marcOpoloGante

@marcOpoloGante You'll need to install the updates of at least 17.7 as that is the version of the Visual Studio SDK that is in use with the extension.

newky2k avatar Dec 20 '23 18:12 newky2k