Error Dialog not found in Dialog table #7536
Unanswered
JohnMalvey
asked this question in
Questions
Replies: 0 comments
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.
-
I'm just starting with WiX and have this issue with the Error Dialog:
Error WIX0204 ICE20: Specified ErrorDialog: 'ErrorDlg' not found in Dialog table (or its Control_First control is not 'ErrorText').
I have a Property setup:
<Property Id="ErrorDialog" Value="ErrorDlg"></Property>
DialogRef is set:
<Property Id="ErrorDialog" Value="ErrorDlg"></Property>
And I have a Dialog setup:
I'm sure it's something obvious I'm overlooking but not seeing it.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions