Welcome Guest Search | Active Topics | Sign In | Register

Using EO.WebBrowser in Windows Forms Application Options
Tej
Posted: Tuesday, February 4, 2014 1:36:49 AM
Rank: Newbie
Groups: Member

Joined: 2/4/2014
Posts: 1
I want to try EO.Webbrowser windows form control. I downloaded trial version and when i tried to create a C# windows form application with .NET 4.0 client profile in VS2010 (i followed steps mentioned in the documentation > getting started section). I got compile time error like "The type or namespace name 'WinForm' does not exist in the namespace 'EO.WebBrowser' (are you missing an assembly reference?)..". I think i can resolve it only if i use .net framework 3.5. How can i build a windows form application using .net client profile 4.0?
eo_support
Posted: Tuesday, February 4, 2014 7:46:54 AM
Rank: Administration
Groups: Administration

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

When you use client profile, you can not reference EO.WebBrowser.WinForm.dll. Instead you have to declare EO.WebBrowser.WinForm class in your own code. You can find the source code here:

http://www.essentialobjects.com/doc/6/start/winform.aspx

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.