-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failure in designer #31
Comments
Thanks. I think the xpaulbettsx branch has fixes to allow the wpf control to display correctly in the designer, but that branch is now extremely divergent. i will try to cross port some of those changes though. |
I'm going to try to bring our branch back in line with this one eventually, but definitely look through the history and see what you can dig up |
i think the designer stuff might be the only thing left that is implemented in your branch and not my master. it looks like we both have a ton of (different) changes around init timing checks though. |
i will try to pull this into my fork |
Currently loading XAML file with cs:WebView fails with exception: "Unable to load the metadata for assembly 'CefSharp.Wpf'. This assembly may have been downloaded from the web".
Ideally, when design-time is detected, native CEF should not be initialized and some placeholder displayed in place of web page.
The text was updated successfully, but these errors were encountered: