essAbubakar / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
0 stars 0 forks source link

The type or namespace name 'WebKitBrowser' does not exist in the namespace 'WebKit' #138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
hello, I m using OpenWebKitSharp 2.9 Stable ...
 and go througn How to use document which is in OpenWebKitSharp 2.9 folder....
at end when i build my project in Visual Studio 2010 i m getting this error
"The type or namespace name 'WebKitBrowser' does not exist in the namespace 
'WebKit' (are you missing an assembly reference?)"

I added both references OpenWebKitSharp.dll and WebKit.Interop.dll but still i 
getting above error...

so please tell me why to resolve it...

Thanks in advance....

Original issue reported on code.google.com by avisa...@gmail.com on 13 Sep 2012 at 7:46

GoogleCodeExporter commented 9 years ago
Make sure you use the correct .NET Framework/OpenWebKitSharp DLLs combination. 
If you use .NET Framework 4 you should use the files from Binary folder, but if 
you use .NET 2 then use the assemblies from Binary_NET2. Probably that's the 
reason why you are getting the error. 

Original comment by tsumalis96@gmail.com on 13 Sep 2012 at 1:15

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Thanks Its working now....

Original comment by avisa...@gmail.com on 14 Sep 2012 at 5:32

GoogleCodeExporter commented 9 years ago

Original comment by tsumalis96@gmail.com on 6 Oct 2012 at 6:09