C#C
C#4y ago
mini

❔ Error when using CefSharp's chromium browser

I am creating an instance of ChromiumWebBrowser in the InitializeComponent method of my winforms app. However, upon starting the program, the following exception throws when running the application on the Application.Run line:
System.IO.FileNotFoundException: 'Could not load file or assembly 'CefSharp, Version=107.1.120.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138'. 
Was this page helpful?