Skip to content

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

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions