Open GoogleCodeExporter opened 9 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
Original issue reported on code.google.com by
gmapsint...@gmail.com
on 19 Mar 2014 at 1:46