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

openwebkitsharp.dll is not .net module #203

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I've followed all the steps, copied the core and reference folder into my 
output folder. But the moment I try to add the webkitcontrol to my toolbox I 
get the following message:

OpenWebkitSharp.dll is not a .net module

I've tried using the dll from the binary, binary NET2 and Webkit folder, but I 
get the message everytime.

what i'm using:
visual c# 2008 express edition, .net 3.5, Windows 7 64 bit system

Am I missing something big here?

thanx

Original issue reported on code.google.com by gmapsint...@gmail.com on 19 Mar 2014 at 1:46

GoogleCodeExporter commented 8 years ago
I had the same problem with VS2008 using C#. I fixed it by going back to the 
last stable build 2.9. My guess is (and it's only a guess) that the dlls in the 
NET2 folder were compiled for the .Net 4.0 framework and not 2.0 as per the 
label. If you copy the contents of the core folder into debug/release folders 
of your C# project (there is no build folder in VS2008) and fix a couple of 
minor compiler errors (you may find the compiler complains about the number of 
parameters passed the input box and WebKit find methods) you should be good to 
go.
The Example project now working perfectly on my Windows 8.0 PC.

Original comment by assetren...@gmail.com on 14 May 2014 at 8:46