Wix 4.0 error WIX0200: The UI element contains an unhandled extension element 'Dialog' #6623
-
I have a WiX Project I was trying to experiment converting over to WiX 4.0 and I have gotten past some of the issues but this one stumped me for a while and I can't seem to figure out why it's happening. I have a
When I run:
I get:
Any clues as to why this is happening? Thanks!! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 10 replies
-
Have you been running |
Beta Was this translation helpful? Give feedback.
-
I ran into the same error when attempting to run a wix build with UI features, this post helped solve the mystery for me.. Note: the -ext build switch is not documented in the help output Also when accessing the wix extension like so in my wix project ..
The dll is installed in the following location.. and the .dll is not copied locally during the build process so the following command will not work,
I am having to either create a local copy of the .dll or reference the nuget location? Should the .dll be copied into the bin directory such and referenced without the need for the -ext switch? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@robmen I can't build my wix pojects that were created in visual studio using heatwave using msbuild from jenkins, it gives me the follow error.
These schemas have been already added in the tag in my bundle project |
Beta Was this translation helpful? Give feedback.
Have you been running
wix convert
on your source files? TheInclude
element now requires the namespace declaration like the other root elements. The convert command should have fixed that, see the Include converter test.