在 asp.net 项目中使用 cefsharp 时出现异常

Exception While using cefsharp in asp.net Project

我正在尝试在 asp.net 项目的代码隐藏中使用 CEF 问题是它一直给出这个错误

Could not load file or assembly 'CefSharp.BrowserSubprocess.Core.DLL' or one of its dependencies. The specified module could not be found.

甚至我已将所有 CEF 文件复制到项目的 /bin 文件夹中。 从 Nuget 包安装 Cef 后立即发生此错误 我也试过 CEFSharp.Offscreen 和 CEFSharp.WinForms(它适用于 Windows 应用程序但不适用于 Web 但我已经尝试过了)

即使这是老问题我也会为它添加答案 经过大量研究,我发现 cefSharp 需要 UI(Windows 接口)才能工作,因此使用 CefSharp 和 Asp.net 是不可能的