Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebKit.Net and OpenWebKitSharp Error: Failed to initialize activation context

I am using both/either WebKit.Net and OpenWebKitSharp. However, as soon as I try to instantiate the WebKitBrowser, I get an error: Failed to initialize activation context Does anybody know what this is?

like image 684
carlbenson Avatar asked Oct 10 '11 15:10

carlbenson


1 Answers

This error would ocur occur only in case OpenWebKitSharp.manifest and other WebKit files are missing from your exe's folder. Try copying every file from the "Core" folder to your debug/release directory.

like image 96
George Avatar answered Oct 17 '22 02:10

George