Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
-
What is the exact error you are getting? (No images of exceptions please) Which files are missing?
If the files are missing then an exception is expected.
Is your If you are using <CefSharpBuildAction>Content</CefSharpBuildAction> |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've been packaging CefSharp as a winforms app (.exe / application files) for the last year or so and it's been working great.
I had a request come in to package this instead as an msix bundle for better roll-out support. From Visual Studio this seems easy enough (add an msix packaging project to the solution).
However, when trying to run this wrapper, it seems like CefSharp is missing all DLLs (AssertAllDependenciesPresent fails, and when turning that flag off I get general failure messages about not finding core cef dlls). Original winforms project still runs fine. Both projects build fine.
I've tried adding cefSharp dependencies to the msix packaging project (in addition to the core winforms project where they already are), but no luck there either. Thoughts or ideas on what might be going wrong?
Thank you in advance, and apologies, I am still a newbie Windows developer.
Beta Was this translation helpful? Give feedback.
All reactions