-
I read https://github.com/orgs/wixtoolset/discussions/7115 and think this is still a problem, or related. I followed the help there and it didn't solve the problem. I tried converting an old sample project with rc4 and had a number of issues, so I figured I'd wait until official 4 came out. I tried making a basic sample project with VS and Heatwave and it's still not working. I upgraded everything to 4 from 4rc4. Brand new blank "MSI Package" builds just fine. When I try to add a UI, it starts giving me errors. The error is "Error WIX0200 The Package element contains an unhandled extension element 'WixUI'. Please ensure that the extension for elements in the 'http://wixtoolset.org/schemas/v4/wxs/ui' namespace has been provided." I added WixToolset.Util.wixext via NuGet as project reference.
This is at top of Package.wxs I added this to
and it fails to build. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
https://wixtoolset.org/docs/fourthree/faqs/#referencing-the-standard-wixui-dialog-sets |
Beta Was this translation helpful? Give feedback.
-
My apologies, I had included the wrong package. I needed the UI not Util package. Not sure if I just kept reading that wrong, old info, or weird conversion. |
Beta Was this translation helpful? Give feedback.
-
I don't want to single out this issue but for everyone's reference, this...
...is exactly the wrong thing to do. If you want something to work for free (i.e. you do not pay for a support contract that guarantees bug fixes), then you need to stay on top of all the previews and RCs and work with the maintainers by opening good bug reports and participating in discussions for scenarios vital to your work. This time commitment to upgrade regularly, investigate then report issues you see, and generally participate in discussions around the project is the price you pay for free open source. If you choose not to participate, then at best you are waiting for the next cycle to see your scenario work. At worst, your scenario was already discarded. Oh, and even with that participation, there are no guarantees. If you aren't a paying customer, you're at the whims of the interest of the maintainers. The more active you are, the better they know you, the better the chance they care about your scenario. Again, my comment is less about this particular issue and just something everyone keeps in mind generally. |
Beta Was this translation helpful? Give feedback.
https://wixtoolset.org/docs/fourthree/faqs/#referencing-the-standard-wixui-dialog-sets