WebKit.NET with C # Project Runtime Exception

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.

+4
2

.

.

  • : , dll
  • V++ : v++ 2005 redistributable sp1.
  • dlls/pdb/manifest

/ webkit.NET , , x86 , dlls webkit

+4

: WebKit.Net OpenWebKitSharp: ? , Core ( DLL) /bin/release//bin/debug/folder?

: , WebKit.dll . Windows ( ) "bin" WebKit.NET . , :

D:\webkitdotnet\WebKitTest\WebKitTest\bin\Debug>ls   
CFLite.dll                      icudt40.dll          
JavaScriptCore.dll              icuin40.dll          
JavaScriptCore.resources        icuuc40.dll          
SQLite3.dll                     libcurl.dll          
WebKit.Interop.dll              libcurl.dll.manifest 
WebKit.dll                      libeay32.dll         
WebKit.resources                libeay32.dll.manifest
WebKitBrowser.dll               libpng13.dll         
WebKitBrowser.dll.manifest      libxml2.dll          
WebKitBrowser.pdb               libxslt.dll          
WebKitTest.exe                  pthreadVC2.dll       
WebKitTest.pdb                  ssleay32.dll         
WebKitTest.vshost.exe           ssleay32.dll.manifest
WebKitTest.vshost.exe.manifest  zlib1.dll            
curl.exe.manifest

, WebKitBrowser.dll WebKit.Interop.dll

+1

All Articles