WodVPNCom does not OLE.Disconnect in ISAPI Applica (General questions)
I use the wodVPNCom-Component in a Delphi ISAPI-WebModule.
Everything works great until I want to shutdown the Server.
The Application hangs when the destructor of the component is called.
I could track with the Debugger until
[code]
CP: IConnectionPoint;
CP.Unadvise(Connection) //program freezes
[/code]
Why is the component not destroyed?
Complete thread:
- WodVPNCom does not OLE.Disconnect in ISAPI Applica - bencoder, 2008-08-14, 09:56
- Re: WodVPNCom does not OLE.Disconnect in ISAPI App - wodSupport, 2008-08-14, 09:59
- Re: WodVPNCom does not OLE.Disconnect in ISAPI App - bencoder, 2008-08-14, 11:01
- Re: WodVPNCom does not OLE.Disconnect in ISAPI App - wodDamir, 2008-08-14, 13:07
- How to create an ISAPI DLL and debug it in delphi - bencoder, 2008-08-14, 16:44
- Re: WodVPNCom does not OLE.Disconnect in ISAPI App - wodDamir, 2008-08-14, 18:44
- IIS is a funny thing - bencoder, 2008-08-15, 01:38
- Re: WodVPNCom does not OLE.Disconnect in ISAPI App - wodDamir, 2008-08-15, 17:09
- Exact Error - bencoder, 2008-08-16, 11:32
- Re: WodVPNCom does not OLE.Disconnect in ISAPI App - wodDamir, 2008-08-16, 15:20
- Exact Error - bencoder, 2008-08-16, 11:32
- Re: WodVPNCom does not OLE.Disconnect in ISAPI App - wodDamir, 2008-08-15, 17:09
- IIS is a funny thing - bencoder, 2008-08-15, 01:38
- Re: WodVPNCom does not OLE.Disconnect in ISAPI App - wodDamir, 2008-08-14, 18:44
- How to create an ISAPI DLL and debug it in delphi - bencoder, 2008-08-14, 16:44
- Re: WodVPNCom does not OLE.Disconnect in ISAPI App - wodDamir, 2008-08-14, 13:07
- Re: WodVPNCom does not OLE.Disconnect in ISAPI App - bencoder, 2008-08-14, 11:01
- Re: WodVPNCom does not OLE.Disconnect in ISAPI App - wodSupport, 2008-08-14, 09:59