|
Rank: Member Groups: Member
Joined: 12/2/2015 Posts: 25
|
With the latest update to EO.WebBrowser 17.0.31 I get the following error: The name "WebView" does not exist in the namespace "http://schemas.essentialobjects.com/wpf/"
XAML: xmlns:eo="http://schemas.essentialobjects.com/wpf/" ... <eo:WebControl Name="EoBrowserControl"> <eo:WebControl.WebView> <eo:WebView > -->Error </eo:WebView> </eo:WebControl.WebView> </eo:WebControl>
I use the latest Version from NuGet. With the latest 16.* everything works fine.
|
|
Rank: Advanced Member Groups: Member
Joined: 12/10/2014 Posts: 137
|
Hey, same here
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
Did you reference EO.WebBrowser.dll directly in your project? If you only reference EO.WebBrowser.Wpf.dll but not EO.WebBrowser.dll, you will get this error.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 12/10/2014 Posts: 137
|
Well both are referenced; I did not had any issue with 2017.0.11.0
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Do you have the same problem when you try to compile the TabbedBrowser sample project?
|
|
Rank: Advanced Member Groups: Member
Joined: 12/10/2014 Posts: 137
|
No the project compile fine, but there is no declaration in xaml files. To be clear :
<eo:WebControl x:Name="webPresentationEO"> <eo:WebControl.WebView > <eo:WebView UnloadDelay="-1" x:Name="webViewPresentationEO"></eo:WebView> </eo:WebControl.WebView> </eo:WebControl> do not work
but declaring in c# works
public WebView webViewPresentationEO = null;
|
|
Rank: Member Groups: Member
Joined: 12/2/2015 Posts: 25
|
I reference EO.Base EO.WebBrowser EO.WebBrowser.Wpf EO.WebEngine
with 16.2.93 it works fine and the current version doesn't work
the references are added automatically by NuGet
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
We have confirmed this to be an issue on our end. We should have a new build by the end of this week with the fix. We will reply again as soon as the new build is posted.
Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
This is just to let you know that we have posted build .39 that should address this issue. Please download it from our download page and let us know how it goes.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 12/2/2015 Posts: 25
|
Thank you now everything works fine.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Great. Thanks for confirming the fix!
|
|
Rank: Member Groups: Member
Joined: 12/2/2015 Posts: 25
|
Hi with the current Version .64 I get this error again. (Update from .40 to .64 with NuGet)
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
Make sure you add nuget package EO.WebBrowser.Wpf. This is moved into a separate package than the core EO.WebBrowser package. It used to be a part of EO.WebBrowser package.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 12/2/2015 Posts: 25
|
Hi, thank you, with this NuGet package it works
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Great. Thanks for the update!
|
|