I am trying to build a WinForms class library including CefSharp as a single .dll file.
I installed CefSharp 81.3.100.0 and Costura.Fody via NuGet.
The compiled .dll file is working as an addon to an existing WinForms application. When I try to access the form which uses CefSharp in the Application, I do get the error message:
{"The file or assembly \"CefSharp.WinForms, Version=81.3.100.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138" or a reference of it was not found. The system cannot find the given file.
Does anybody have an idea, how to solve this?
Thanks in advance.
Regards Lars