-
Notifications
You must be signed in to change notification settings - Fork 16
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
Package fails to load after upgrading to 17.1 #30
Comments
Can you provide your exact Visual Studio version? At a guess, you've somehow not ended up with version 17.5 of the threading assembly, which is a core VS component. So maybe there's a way to update the extension faster than the rest of VS? |
I wonder if that is indeed the case. I usually just let VS auto-update all the extensions as new ones are released. This extension broke a couple of weeks ago (if I remember correctly), but I only recently had time to start debugging. I will check if there is a VS update (I am using VS2022 cloud) and report back, but I usually wait for VS to let me know there is an update before updating. My current VS info (as per the about dialog) is:
|
There was an indeed an update. Quite a big one since the current release is 17.6 and I was only on 17.3.5. After updating version 17.1 of the extension works. Thanks for the tip of checking if there is a VS update! Is there a way to prevent the extension from installing on older (unsupported) versions of VS? We cannot always update to the latest version for technical reasons). I see in the
|
Yeah, this is what I was thinking. I'll leave this issue open in case I get time to update the package data, and in case anyone else needs to solve the problem. In future I guess I'll be less aggressive about updating the dependencies, so the minimum version shouldn't move forward so much. |
The Indent Guide package fails to load after VS automatically updates it to version 17.1. Version 17.0 still works if manually installed.
When clicking on the entry in "Options" for "Indent Guide" I get an error indicating that "The Indent Guides Package" failed to load correctly. The relevant details in the
ActivityLog.xml
file seem to be:I tried removing and reinstalling the extension but it gives the same error. Manually installing the old version of the extension (17.0) works until VS automatically updates it.
Let me know if there is more info I can provide to help debug this.
The text was updated successfully, but these errors were encountered: