本文介绍了WebKit.Net和OpenWebKitSharp错误:未能初始化激活上下文的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我同时使用/或者WebKit.Net和OpenWebKitSharp。然而,当我尝试实例化WebKitBrowser,我得到一个错误:未能初始化激活上下文
有谁知道这是什么
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 contextDoes anybody know what this is?
推荐答案
出现此错误将只OCUR的情况下OpenWebKitSharp.manifest及其他WebKit的文件是从你的EXE的文件夹中缺少。尝试复制从芯文件夹到您的调试/发布目录中的所有文件。
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.
这篇关于WebKit.Net和OpenWebKitSharp错误:未能初始化激活上下文的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!