GTK#2 & Gecko-sharp problem
Hi.
I've recently installed Mono 1.2.6 on Windows, SharpDevelop and GRE.
I'm triying to use the gecko embedded browser, but i got two type of problems:
If I use the 1.0 version of the control and GTK# a "NullReferenceException" is thrown when the WebControl is added to a container.
If I use the 2.0 version of gecko and GTK# i get the following error: "The located assembly's manifest definition with name 'gtk-sharp' does not match the assembly reference."
Using reflector i've found the correct version of gtk-sharp for gecko-sharp 2.0 is 2.4.0.0 but the one shipped with mono is 2.10.0.0.
I don't know how to make it work, i'm a newby to mono but an experienced dotNet programmer and it's getting me crazy.
Any help will be appreciated.
Thanks.