Does CefSharp have an undocumented dependency, I get an error System.IO.FileNotFoundException #3907
serkansubasi
started this conversation in
General
Replies: 1 comment 1 reply
-
No. Read https://github.com/cefsharp/CefSharp/wiki/Output-files-description-table-%28Redistribution%29 in full.
What is prebinding for settings exactly?
Unlikely a bug. See https://github.com/cefsharp/CefSharp.MinimalExample for a working example. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While prebinding for settings I got an error
System.IO.FileNotFoundException: 'Could not load file or assembly 'CefSharp, Version=95.7.141.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138' or one of its dependencies. The system cannot find the file specified.
I am not sure it is a bug or am I missing something?
Vs 2022
Winforms
FusionLog
=== Pre-bind state information ===
LOG: DisplayName = CefSharp, Version=95.7.141.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138 (Fully-specified)
LOG: Appbase = file:///F:/SourceCodeRootPlaceHolder/bin/Debug/
LOG: Initial PrivatePath = NULL Calling assembly : xyxyx, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null. ===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\SourceCodeRootPlaceHolder\bin\Debug\xyxyx.exe.Config
LOG: Using host configuration file:
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config.
LOG: Post-policy reference: CefSharp, Version=95.7.141.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138
LOG: Attempting download of new URL file:///F:/SourceCodeRootPlaceHolder/bin/Debug/CefSharp.DLL.
LOG: Attempting download of new URL file:///F:/SourceCodeRootPlaceHolder/bin/Debug/CefSharp/CefSharp.DLL.
LOG: Attempting download of new URL file:///F:/SourceCodeRootPlaceHolder/bin/Debug/CefSharp.EXE.
LOG: Attempting download of new URL file:///F:/SourceCodeRootPlaceHolder/bin/Debug/CefSharp/CefSharp.EXE.
Beta Was this translation helpful? Give feedback.
All reactions