windygu / geckofx

Automatically exported from code.google.com/p/geckofx
0 stars 0 forks source link

Error: xulrunnerCall Xpcom.Initialize() in your application startup code and specify the directory where XULRunner is installed. #46

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
i'm  copied xulrunner folder in to my app folder but allway get this error when 
run?
please help! thanks

my code:

 static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Xpcom.Initialize(Application.StartupPath);
            Application.Run(new Form1());
        }

Error"

Call Xpcom.Initialize() in your application startup code and specify the 
directory where XULRunner is installed.

Original issue reported on code.google.com by changkho...@gmail.com on 13 Nov 2014 at 1:02