carlbenson
carlbenson

Reputation: 3207

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?

Upvotes: 14

Views: 17040

Answers (2)

Osama khodroj
Osama khodroj

Reputation: 1230

Just Copy All files inside (WebKit.NET-0.5-bin-cairo\bin)

Upvotes: 11

George
George

Reputation: 231

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.

Upvotes: 23

Related Questions