Replies: 1 comment 1 reply
-
This is a well-known issue with the VSIX-Installer: https://github.com/dotnet/ResXResourceManager/blob/master/Documentation/Topics/Troubleshooting.md |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Today Visual Studio suddenly started displaying an error, "The 'vsPackage' package did not load correctly".
This was being displayed every time I restarted Visual Studio, even after completely cleaning my project.
The ActivityLog.xml had this detail:
I noticed that ResXResourceManager had updated itself today (4th April 2022). It is now at version 1.64.5123.0
I disabled ResXResourceManager (In Visual Studio, go to Extensions->Manage Extensions), restarted Visual Studio with the same solution, and the error had gone.
Reenabled ResXResourceManager and restarted again and the error is still no longer displayed.
So, this is a heads up to:
Users of this extension - If you see this problem, disabling and reenabling the extension seems to solve the problem.
Developers of this extension - Please could you investigate in case there is an underlying problem that this "fix" doesn't actually solve.
Regards,
Ian Davidson.
PS. I've put this as a "discussion", because as you can see I'm not sure if it is an "issue".
Beta Was this translation helpful? Give feedback.
All reactions