-
Hi, we have an issue with the converter that we can't wrap our heads around. Our Product.wxs starts like this:
If we have xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" as attribute in wix.exe : error WIX0001: System.InvalidOperationException: Duplicate attribute. If we removes the utilExtension it doesn't throw the error on convert, but it doesn't convert it either. Anyone got any idea whats happening ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
You can see in the call stack that it's having trouble with a Property element: |
Beta Was this translation helpful? Give feedback.
-
@rseanhall is right about opening a bug, click here. The first quick thing to look for is a
If so, adding the matching line to the bug would be helpful. Otherwise, as much information as you can provide would be good. |
Beta Was this translation helpful? Give feedback.
-
Reported it as a bug here : #7028 |
Beta Was this translation helpful? Give feedback.
@rseanhall is right about opening a bug, click here.
The first quick thing to look for is a
Property
element in your .wxs code with aValue
attribute on it and with some text between. Like:If so, adding the matching line to the bug would be helpful. Otherwise, as much information as you can provide would be good.