Error with deploy version WPF app #4047
recetarioMDWiki
started this conversation in
General
Replies: 1 comment 3 replies
-
AnyCPU doesn't currently work when deployed via click once. You'll need to target x86 or x64. Extra steps maybe required depending on if you are using packages.config or PackageReference. There are multiple discussions that cover the steps. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone!
I have an WPF application (with MahApps) and I added the CefSharp nuget packet. All works fine in debug/release mode in developer machine, but when I publish the app, throw me this exception:
It's .NET Framework 4.5.2.
It's AnyCPU.
It's deploying with ClickOnce.
I have reviewed the readme.txt after Nuget installation.
I have reviewed that all necessary files are copied at bin/Release directory.
This is the xalm:
In the code (.vb) I only use the WebBrowser to load an html string:
If anyone has a clue as to what I'm doing wrong or what I'm missing it would be a great help.
Thanks to all!
Beta Was this translation helpful? Give feedback.
All reactions