Replies: 1 comment 8 replies
-
The dlls you've highlighted are mixed mode C++/CLI dlls. They are built with a target framework of. Net Core 3.1. https://github.com/cefsharp/CefSharp/blob/cefsharp/91/CefSharp.Core.Runtime/CefSharp.Core.Runtime.netcore.vcxproj#L31 What tool are you using to inspect the assemblies? Is it the most up to date version? They are not standard CLI assemblies.
What OS? Is Visual C++ 2019 installed on the target machine? What version of. Net are you targeting? What version was installed on the target machine? https://github.com/cefsharp/CefSharp/blob/cefsharp/91/NuGet/PackageReference/Readme.txt#L22
The most common cause of this error is that Visual C++ 2019 is missing from the target machine. |
Beta Was this translation helpful? Give feedback.
-
CefSharp.Common.NETCore some dlls target framework is not .netCore, it is still .NetFramwork
Due to this I'm getting below error
Could not load file or assembly 'CefSharp.Core.Runtime, Version=91.1.211.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138'. An attempt was made to load a program with an incorrect format.
when .Net 4.8 is turned off in the computer
Is there any alternative to fix this ?
Beta Was this translation helpful? Give feedback.
All reactions