Hi,
I am getting 1073741502 exit code when I try to run the application.
Sometime rebuilding the application works but now a days this error is occurring very frequently.
Can you guide me resolving this problem?
Printable View
Hi,
I am getting 1073741502 exit code when I try to run the application.
Sometime rebuilding the application works but now a days this error is occurring very frequently.
Can you guide me resolving this problem?
Debug the program, and see after which statement program exits.
The error number is negative 1073741502, a subtle but important difference.
-1073741502 == 0xC0000142
I have no doubt that searching for that will be more informative.
Indequate deployment of DLLs has been covered here many times.Quote:
0xC0000142
STATUS_DLL_INIT_FAILED
{DLL Initialization Failed} Initialization of the dynamic link library %hs failed. The process is terminating abnormally.