bountysource / core

Bountysource is the funding platform for open-source software.
https://www.bountysource.com/
MIT License
625 stars 187 forks source link

Could not load file or assembly 'CefSharp.Wpf, Version=63.0.3.0 #1335

Open Pkotian80 opened 6 years ago

Pkotian80 commented 6 years ago

I have added CefSharp.Wpf to my WPF project. when i try to use the Chromium browser in my Xaml file it throws the below error XAMLParseException {"'The invocation of the constructor on type 'Affinion.DesktopHost.Servicing.Controls.OnlineUserAuditControl' that matches the specified binding constraints threw an exception.' Line number '22' and line position '10'."}

Inner Exception as

{"Could not load file or assembly 'CefSharp.Wpf, Version=63.0.3.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138' or one of its dependencies. The system cannot find the file specified.":"CefSharp.Wpf, Version=63.0.3.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138"}

Could any one please help me with this?

Brilliafy commented 4 years ago

I've Got The Same Error. You Must Be Using .Net Core, Have You Solved It?