Internal Localization variables not found when using WixUI features #7692
Unanswered
MikeFarrington
asked this question in
Questions
Replies: 1 comment 1 reply
-
I just tried this, and it worked for me. |
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.
-
This is similar to #6627, but not exactly.
I was experimenting with adding localization to my project and kept running across the error outlined in #6627 (but his solution did not apply to me).
I am confronted with 551 errors about all of these localization variables that should be found in the UI extensions, but are not.
Curiously, the error messages indicate that it is looking for the files in a location on a developer's machine (or build server) as I do not have a "D:\a\wix\wix\src\ext\UI\wixlib" folder on my computer. I have not downloaded or worked on any WiX Toolset sources.
To reproduce, start with a new project template as created in Visual Studio for an MSI package, adding the following code to the package (along with the associated nuget package and xmlns):
I believe this is a bug worthy of an issue, but I didn't want to jump straight to that conclusion and create an issue in the main repo.
Beta Was this translation helpful? Give feedback.
All reactions