WPF - Could not find assembly CefSharp during compile #4313
Unanswered
jeanmichelmorin
asked this question in
Q&A
Replies: 1 comment
-
Best guess on the very limited detail provided is that you have installed the incorrect Nuget package for the .Net version you are using. The Quick Start has different instructions based on the .Net version. Make sure you install the correct package. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I try to compile it, this is what I get:
Error MC1000 Unknown Build Error, 'Could not find assembly 'CefSharp, Version=107.1.90.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138'. Either explicitly load this assembly using a method such as LoadFromAssemblyPath() or use a MetadataAssemblyResolver that returns a valid assembly. Line 40 Position 38.' ../page1.xaml
Beta Was this translation helpful? Give feedback.
All reactions