I downloaded WebKit.NET 0.5-bin-cairo to work with an existing C # project. I included WebKitBrowser.dll and WebKit.Interop.dll as a reference to the required module, and also played them directly in the debug / bin folder, as directly in this tutorial .
I do not get any errors until we start the project and get an exception on this line in InitializeComponent()the constructor class.
this.webKitBrowser1 = new WebKit.WebKitBrowser();
An exception:
An unhandled exception of type 'System.ComponentModel.Win32Exception' occurred in WebKitBrowser.dll
Additional information: Failed to initialize activation context
I build all modules as 86x debugging and my computer is 64 bit.
Any suggestions are welcome as I played with this for several days.