Why am I getting a FileNotFoundException when instancing a WixSharp UI Dialog? #1642
Answered
by
oleg-shilo
NJullienSweet
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
oleg-shilo
Sep 20, 2024
Replies: 1 comment
-
WixSharp UI dialog is designed to be hosted by the MSI runtime within so-called EmbeddedUI (assembly implementing WixSharp dialog). If you simply want to show somedialog then you need to use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
NJullienSweet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WixSharp UI dialog is designed to be hosted by the MSI runtime within so-called EmbeddedUI (assembly implementing WixSharp dialog).
You cannot show the instance of the dialog that you created by yourself.
If you simply want to show somedialog then you need to use
new Form(...)