Doesn't load after update to 101.0.180 for WPF .NET 6.0 #4118
Replies: 4 comments 10 replies
-
Converting to discussion as not clear this is a bug. There haven't been any package changes for quite some time. Please test with https://github.com/cefsharp/CefSharp.MinimalExample What version are you upgrading from? Have you deleted your bin and obj folders? Or performed a clean checkout. |
Beta Was this translation helpful? Give feedback.
-
what do you want me to test? the wpf project loads and runs just fine, but the project is configured differently, note the samples target framework vs my wpf app
nuget package version 100.0.230
yes i did read this as a common fix, tried it a bunch of times with VS closed even |
Beta Was this translation helpful? Give feedback.
-
i am able to run a sample project with the same configuration as my project without any issues |
Beta Was this translation helpful? Give feedback.
-
Hi, Cef.Initialize(settings, performDependencyCheck: false, browserProcessHandler: null); For .NET Core/.NET 5+, the native files (like |
Beta Was this translation helpful? Give feedback.
-
What version of the product are you using?
CefSharp.Wpf.NETCore -Version 101.0.180
What architecture x86 or x64?
x64
What version of .Net?
On what operating system?
Win10
Are you using
WinForms
,WPF
orOffScreen
?WPF
What steps will reproduce the problem?
Start the app and attempt to Initialize
Please provide any additional information below.
Does this problem also occur in the
CEF
Sample ApplicationBeta Was this translation helpful? Give feedback.
All reactions