-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't update the extension from 0.1.38 to 0.1.41 #6
Comments
That's strange. What happens if you click that Update button inside of Visual Studio instead of upgrading through the vsix? |
here happens the same. That is why I tried downloading the VSIX and installing the VSIX on my own. |
Can you try this:
|
here is what I see in the log:
|
this works, but here it also opens the VS Setup UI during setup which I never seen before |
So, the new version is successfully installed now? The screenshot you posted in the last comment. Isn't that the same window as the one from your first comment? With Updates selected in the first one and Installed selected in the last one. |
Ah, you mean that the Visual Studio Installer is launched during installation of the extension now? |
yes, but I was not able to capture a screenshot of this where it showed "installing ExceptionVisualizer". Any idea what this "Multiple targets are currently not supported for this operation; retry with the instance you wish to target on the command line" means? |
The newest versions of Visual Studio switch to using Visual Studio Installer to install extensions. It would seem that there is some kind of a problem with my extension if installed the "old" way. As for the message in the log I don't know what that means but I will try to find out the cause of that. |
The error seems to be a general problem in Visual Studio. See: https://developercommunity.visualstudio.com/t/Cant-Install-Any-Visual-Studio-Extensio/10458512 I'll close this issue since I don't think there's much I can do to fix it |
I tested several vsix updates and all install with VSIXInstaller.exe, only yours is installed via VS setup Looks like this happens for new extensions that ue the new extension model from VisualStudio.Extensibility SDK |
Ah ok that makes sense. Thank you for providing that info 👍 |
this is what I also had to do when trying to update to 0.1.45 . This is very annoying. |
@MagicAndre1981 |
Can you please submit this to Microsoft as feedback? Maybe they gives this a higher priority if the extension developer itself reports it |
I tried creating one here: microsoft/VSExtensibility#450 |
thanks, I'll subscribe to the issue and look what Microsoft responds. |
btw, can you please update the readme to list this update issue as a known issue? |
I can't update the extension from 0.1.38 to 0.1.41. Clicking on the VSIX opens Visual Studio Installer telling me everything is up to date
Clicking on Start opens VS 2022 again which offers me an update of your extension.
I use VS 2022 (x64) 17.12.3 on Windows 11 23H2.
The text was updated successfully, but these errors were encountered: