Unhandled win32 exception occurred [2372]

  • Thread starter Thread starter Alice Wei
  • Start date Start date
A

Alice Wei

Guest
I have an application that I have built and compiled into a shockwave file
with a form that allows users to trigger the external code written in PHP
that executes an .exe file and see the returned results.

The PHP code works even with this exe file function call embedded, but once
I try to run it from the shockwave file, it gives me this following error:

An unhandled win32 exception occurred in my-manager.exe [2372].

I did refer to the document http://support.microsoft.com/kb/81191 and I
found that my registry key is explore.exe and not anything else.

Could anyone please help me find a solution in which I get get rid of this
Visual Studio Just In Time Debugger window?

Thanks in advance.
 
Re: Unhandled win32 exception occurred [2372]

>I have an application that I have built and compiled into a shockwave file
>with a form that allows users to trigger the external code written in PHP
>that executes an .exe file and see the returned results.
>
>The PHP code works even with this exe file function call embedded, but once
>I try to run it from the shockwave file, it gives me this following error:
>
>An unhandled win32 exception occurred in my-manager.exe [2372].
>
>I did refer to the document http://support.microsoft.com/kb/81191 and I
>found that my registry key is explore.exe and not anything else.
>
>Could anyone please help me find a solution in which I get get rid of this
>Visual Studio Just In Time Debugger window?
>
>Thanks in advance.


Anything of interest in the Event Viewer? Do you have the Visual C
runtimes installed? What are the system specs in terms of RAM and
processor speed?

- Thee Chicago Wolf
 
Back
Top