Wix Toolset 3.11.2 extension fails to install on Visual Studio 2022 due to System.TypeLoadException #7741
Unanswered
daniel-tran
asked this question in
Questions
Replies: 1 comment 1 reply
-
What workloads and components are installed? I'm not sure it's ever been 100% exactly documented but I suspect if you install desktop development workload it'll probably resolve it. |
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.
-
Note: This was originally posted on the Microsoft Visual Studio Developer Community Forum (see here) and the general advice provided was to relay the issue here.
I’m trying to install the Wix v3 Toolset for Visual Studio 2022 extension but it’s consistently failing due to the following exception:
Other details:
This happens when running the .vsix directly as well as through the Manage Extensions tab in Visual Studio 2022. Rebooting the machine and repairing Visual Studio 2022 also doesn’t seem to change the result.
The initial reply from the Microsoft Visual Studio Developer Community Forum was that the error is due to some missing DLL, although what specific DLL is needed is still currently unknown (although I am speculating is might be "Windows.Networking.Connectivity.dll" based on the exception message).
Any guidance on what to do about this would be great.
Beta Was this translation helpful? Give feedback.
All reactions