newky2k / VersionChangerAddin

Visual studio addin to change solution version numbers
MIT License
23 stars 12 forks source link

launch failed after installation in VS2022 17.6.2 #41

Open marcOpoloGante opened 9 months ago

marcOpoloGante commented 9 months ago

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.d1.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.<>cDisplayClass21_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)

newky2k commented 9 months ago

@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.