Skip to content

Why am I getting a FileNotFoundException when instancing a WixSharp UI Dialog? #1642

Answered by oleg-shilo
NJullienSweet asked this question in Q&A
Discussion options

You must be logged in to vote

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(...)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by NJullienSweet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants