iraychen / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

'WebKitBrowser' does not exist in the namespace 'WebKit' #136

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The type or namespace name 'WebKitBrowser' does not exist in the namespace 
'WebKit' (are you missing an assembly reference?)

I gone through the how to use text file to create browser...
 but above error is showing when i ma building the project..

Original issue reported on code.google.com by avisa...@gmail.com on 12 Sep 2012 at 2:11

GoogleCodeExporter commented 8 years ago
Maybe you use a .NET version earlier than 4.0 with OpenWebKitSharp built for 
.NET 4.0 or you use the .NET 2.0 version with .NET 1.1. OpenWebKitSharp 
supports .NET 2.0 and up and if you want to use it with 2.0 you must use the 
files from Binary_NET2 folder (not Binary)

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