Replies: 4 comments 2 replies
-
If those are the only files you have added, there are quite a few missing. |
Beta Was this translation helpful? Give feedback.
-
@yashipm If you've copied all the files from your debug folder (except .pdb and .xml), then does your target have VC++ 2015 or greater installed? |
Beta Was this translation helpful? Give feedback.
-
I'm new to CEFSharp, but haven't had any issues distributing, can you post an exact list of files in the dist folder. |
Beta Was this translation helpful? Give feedback.
-
What do you mean by deploy the class library into the target location? What exactly are you trying to achieve?
The most common causes are missing visual c++ or missing dependency. A detailed list of dependencies is at https://github.com/cefsharp/CefSharp/wiki/Output-files-description-table-%28Redistribution%29 |
Beta Was this translation helpful? Give feedback.
-
Hi,
We have installed CerfSharp using the NuGet Pakage Manager and created a class library which loads a ChromiumWebBrowser, it works fine on VisualStudio-2019,
When we deployed the class library(DLL) into target location along with required cefsharp supported files as mentioned the readme.txt, which throws following exception
Error Message: Could not load file or assembly 'CefSharp.Core.Runtime.DLL' or one of its dependencies. The specified module could not be found.
Stack Trace: at CefSharp.Cef.get_IsInitialized()
could anyone help us on this issue?
Added following cefsharp supported files in the target deployment location:
CEF core library.
Crash reporting library.
Unicode support data.
V8 snapshot data.
[System Info]:
CefSharp Version=91.1.230.0
OS: Windows 7 x64
Visual Studio Version:
Microsoft Visual Studio Enterprise 2019
Version 16.7.8
.NET Framework: 4.8
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions