Replies: 1 comment
-
I resolved the issue |
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
-
Hi
Here are the error details
I added CefSharp.Wpf package in WPF application. it's working awesome in debug mode, but in .exe getting above error.
Find few things after searching the error and added to my solution.
1.Added this
<CefSharpAnyCpuSupport>true</CefSharpAnyCpuSupport>
in the in my project (.csproj file)2.Checked with 2 ways
In a first way, I added the below code in App.xaml.cs
In a second way added a resolver in App.xaml.cs
Beta Was this translation helpful? Give feedback.
All reactions