Welcome Guest Search | Active Topics | Sign In | Register

visual studio 2015 wibview and webcontrol does not exist Options
Sept Cinquante
Posted: Monday, October 19, 2015 4:28:04 AM
Rank: Newbie
Groups: Member

Joined: 10/19/2015
Posts: 1
hello,
i'm newbies with EO webbrowser and WPF

i have installed EO web browser by NuGet , install is ok

my xaml :
<Window x:Class="quizz100.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:eo="http://schemas.essentialobjects.com/wpf/"
xmlns:local="clr-namespace:quizz100"
mc:Ignorable="d"
Title="MainWindow" Height="350" Width="525">
<Grid>
<eo:WebControl>
<eo:WebControl.WebView>
<eo:WebView Url="www.google.com">
</eo:WebView>
</eo:WebControl.WebView>
</eo:WebControl>
</Grid>
</Window>

when i want build , i have error :
the name webview does not existe in namespace http://schemas.essentialobjects.com/wpf/"
the name webControl does not existe in namespace http://schemas.essentialobjects.com/wpf/"

thanbk for help and thank for your work
eo_support
Posted: Monday, October 19, 2015 1:47:52 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
Hi,

Did you reference EO.WebBrowser.Wpf.dll in your project?

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.