我正在创建一个使用Component GeckoFX 22的应用程序C#.Net framework 4.0,我没有做任何工作..我做了所有引用,没事......我在x86上运行,都是根据什么他们在项目中要求..
我的项目:https:// mega.co.nz/#!KMZgGQ7S!RDs0-AHjHXiSiyvfVAyZQk0Si9Aq2InA-dbMV2BpzoA *删除http://
后的空格geckofx22 = https:// bitbucket.org/geckofx/geckofx-22.0
*删除http://
之后的空格xulrunner = http:// ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/22.0/runtimes/xulrunner-22.0.en-US.win32.zip *删除http://
后的空格见下面的代码:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using Gecko;
namespace Browser_GeckoFx22
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
Xpcom.Initialize(Environment.CurrentDirectory + "\\xulrunner");
}
private void Form1_Load(object sender, EventArgs e)
{
geckoWebBrowser1.Navigate("www.google.com");
}
}
}
图片项目:http:// postimg.org/image/cekuka9nn/ *删除http://
后的空格在我运行时看到错误:http:// postimg.org/image/usvdo9lyb/ *删除http://
后的空格THX