Can someone give me an idea what is happening with the following?
At the end of my application I have the following statement:
Set eSignal = Nothing
When this statement is executed, the eSignal 7.8 application disappears and I get a dialogue with the title "Crash Information v1.1". (The data manager stays alive.)
When I click on the "send crash report" button, I get:
Received: 2840 3340 1233644 1233672
Generating crash report ...
Failed to save dump file to 'D:\DOCUME~1\ohmanca\LOCALS~1\Temp\sig191.tmp' (error 3100744)
The crash information dialogue cannot be terminated - even with task manager.
At the start of my app I have these statements:
Dim WithEvents eSignal As IESignal.Hooks
Set eSignal = New IESignal.Hooks
So I believe the eSignal application object has been instantiated.
Any comments would be appreciated...
Sam
At the end of my application I have the following statement:
Set eSignal = Nothing
When this statement is executed, the eSignal 7.8 application disappears and I get a dialogue with the title "Crash Information v1.1". (The data manager stays alive.)
When I click on the "send crash report" button, I get:
Received: 2840 3340 1233644 1233672
Generating crash report ...
Failed to save dump file to 'D:\DOCUME~1\ohmanca\LOCALS~1\Temp\sig191.tmp' (error 3100744)
The crash information dialogue cannot be terminated - even with task manager.
At the start of my app I have these statements:
Dim WithEvents eSignal As IESignal.Hooks
Set eSignal = New IESignal.Hooks
So I believe the eSignal application object has been instantiated.
Any comments would be appreciated...
Sam
Comment