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?
|
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.aspxThanks!
|