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
Original issue reported on code.google.com by
changkho...@gmail.com
on 13 Nov 2014 at 1:02