【发布时间】:2014-07-08 15:18:39
【问题描述】:
如何在 Visual Studio 2013 中设置 GeckoFX?
我从https://bitbucket.org/geckofx/geckofx-29.0/downloads 下载了GeckoFS 文件,并尝试将Geckofx-Core.dll 和Geckofx-Winforms.dll 添加到c# 中的组件。那行得通,我在表单中创建了一个浏览器,但是在运行它时出现了这个错误:
An unhandled exception of type 'System.DllNotFoundException' occurred in Geckofx-Core.dll
Additional information: Unable to load DLL 'xul': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
我尝试将各种版本的xulrunner 添加到项目中,例如版本 22 和 29,但这并没有消除错误。
我想做的只是制作一个简单的 Windows 窗体应用程序,该应用程序使用最新的 GeckoFx-29 打开 GeckoFX 浏览器。
【问题讨论】:
标签: c# xulrunner gecko geckofx