Problem in running an application(developed in VC++ 2005) from windows service ..
-
Hi , While running an exe from service window , its throwing like "The exception Unknown software exception (0x40000015) occurred in the application at location 0x781346b4." Error 1067: the process terminated unexceptedly. And in the Event viewer ...it is showing the message as .. Faulting application mtserver.exe, version 6.2.86.0, faulting module msvcr80.dll, version 8.0.50727.4053, fault address 0x000046b4. Note: its working fine in debug mode. Please let me know ur valuable comments. Ur help much appreciated Regds Jain
-
Hi , While running an exe from service window , its throwing like "The exception Unknown software exception (0x40000015) occurred in the application at location 0x781346b4." Error 1067: the process terminated unexceptedly. And in the Event viewer ...it is showing the message as .. Faulting application mtserver.exe, version 6.2.86.0, faulting module msvcr80.dll, version 8.0.50727.4053, fault address 0x000046b4. Note: its working fine in debug mode. Please let me know ur valuable comments. Ur help much appreciated Regds Jain
Does it fail even if the EXE is executed by double clicking from user mode? If so try attaching a debugger to the process. You could try running the EXE in debug mode, but without attaching the debugger (Ctrl + F5).
«_Superman_» I love work. It gives me something to do between weekends.
Microsoft MVP (Visual C++)