but on Windows X64 i get this error

Code is
PHP Code:
if (!Injecting.CreateProcess(Environment.CurrentDirectory + @"\Conquer.exe", " blacknull", ref structure, ref security_attributes2, false, 0x4000000, IntPtr.Zero, null, ref lpStartupInfo, out lpProcessInformation))
{
System.Windows.Forms.MessageBox.Show("We Cannot Find Conquer.exe ! .. please put the loader in Conuqer Folder :) .. \n Ty For ur Time ;)", "Zirax-Team", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
Environment.Exit(0);
}
else
{
worker.ReportProgress(10);
Thread.Sleep(500);
Injecting.InjectDLL(lpProcessInformation.hProcess, DLLName, worker);
}






