ataranto / CefSharp

.Net binding for the Chromium Embedded Framework
Other
62 stars 34 forks source link

Failure in designer #31

Open mwisnicki opened 12 years ago

mwisnicki commented 12 years ago

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.

ataranto commented 12 years ago

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.

anaisbetts commented 12 years ago

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

ataranto commented 12 years ago

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.

ataranto commented 11 years ago

i will try to pull this into my fork