Replies: 2 comments 5 replies
-
What version are you upgrading from?
How are you copying the files to this subfolder? TroubleshootingAdd the following to your <Target Name="CefSharpAfterBuildDebug" AfterTargets="AfterBuild">
<CallTarget Targets="CefSharpAfterBuildDiagnostic" />
</Target> Change your
After you build, check the output window for a block of text that looks like:
Copy and paste the output here, making sure to format it for ease of reading.
|
Beta Was this translation helpful? Give feedback.
-
There was a change to the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We use CefSharp based embedded browser for our solution and keep on upgrading whenever a critical patch is released. Based on a recent upgrade to version 121.3.70, we have found that certain files which were previously present only under the Chromium subfolder is being copied over to the bin/debug folder as well, which results in our installers getting gloated. So essentially, we are having duplicate copies for some files like chrome_100_percent.pak, chrome_200_percent.pak. etc. Refer the image below for details.
We want to understand the reason for it and come up with a way to remove the duplication of files keeping the functionality intact (maybe using some project level settings or customizing the build process in some way, etc.).
Chromium Sub-Folder

bin/debug folder

Beta Was this translation helpful? Give feedback.
All reactions