O
Olivier R
Hello,
My configuration :
Windows XP
Internet Explorer 6
..NET Framework 1.0
Visual Studio .NET 2002
The symptoms:
I have created a class which registers a handler for the
AppDomain.ProcessExit event (say this is done in a static method Class.Init()).
Case 1:
Class hosted in a Windows Application :
The handler is called when I close the Windows Application.
Case 2:
Class hosted in Internet Explorer :
The handler is not called when I close Internet Explorer !!
(I obviously checked that Class.Init() had been called).
Can someone help me ??
Thanks !
My configuration :
Windows XP
Internet Explorer 6
..NET Framework 1.0
Visual Studio .NET 2002
The symptoms:
I have created a class which registers a handler for the
AppDomain.ProcessExit event (say this is done in a static method Class.Init()).
Case 1:
Class hosted in a Windows Application :
The handler is called when I close the Windows Application.
Case 2:
Class hosted in Internet Explorer :
The handler is not called when I close Internet Explorer !!
(I obviously checked that Class.Init() had been called).
Can someone help me ??
Thanks !