Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SelectDbDlg causes unresolved reference error.... #30

Open
MHacker9404 opened this issue Mar 22, 2017 · 5 comments
Open

SelectDbDlg causes unresolved reference error.... #30

MHacker9404 opened this issue Mar 22, 2017 · 5 comments
Labels

Comments

@MHacker9404
Copy link

MHacker9404 commented Mar 22, 2017

WiX Toolset 3.11

Added <UIRef Id="SelectDbDlg" /> to my wxs, and referenced WixCommonUiExtension, but I get an unresolved reference error on build.

@dblock
Copy link
Owner

dblock commented Mar 23, 2017

Haven't worked on this for a long time, don't think I can be much more helpful at this point, sorry :(

@dblock dblock added the bug? label Mar 23, 2017
@ShreyanshiNaik
Copy link

ShreyanshiNaik commented Jun 1, 2017

WiX Toolset 3.11

Added <UIRef Id="RuntimeDbCredDlg" />` to my wxs, and referenced WixCommonUiExtension, but I get an unresolved reference error on build.
How can i resolve the issue?

@michalhainc
Copy link

I'm facing the same with WiX Toolset 4.0

@udithshah24
Copy link

I'm facing the same issue with WiX Toolset 3.11. Any idea how to fix this?

@atwayne
Copy link
Collaborator

atwayne commented Oct 28, 2020

It's expected to consume these components as a Dialog element rather than a UI element.
Create your own <UI /> element and put a <DialogRef /> as child elements.

Examples in the Doc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants