Eric Lajeunesse
Guest
|
Posted:
Sat Oct 15, 2005 4:58 pm Post subject:
How to Unload the DLL that was loaded into InetInfo.exe ? |
|
|
Hi all,
I i'm using a Transport Event Sink to cach and process message from my
Exchange server and I would like to know how can i do to unload the DLL that
contains my Event Sink and that is loaded into the InetInfo process.
When I unregister my Event Sink (cscript smtpreg.vbs /remove 1 ...) and
unregistring this COM DLL (regsvr32 /u ...) the Event Sink is not working
anymore but I can not delete the DLL, it seems that the InetInfo process keep
it locked for a certain time. After a couple of minutes (~5 - 10 min.) I can
delete it, InetInfo unlock it.
How can I order to InetInfo to unlock my DLL imidiatly after unregistring my
Sink? I don't want to wait those minutes before deleting the DLL...
any help will be apreciated
Regards,
Eric
|
|
Henning Krause [MVP - Exc
Guest
|
Posted:
Sun Oct 16, 2005 12:58 am Post subject:
Re: How to Unload the DLL that was loaded into InetInfo.exe |
|
|
Hello,
the iisreset command should do it... (after removing the event registration)
Greetings,
Henning Krause
MVP - Exchange
http://www.infinitec.de
"Eric Lajeunesse" <EricLajeunesse@discussions.microsoft.com> wrote in
message news:9A69A9F2-F4DC-450B-9AD6-43F973567880@microsoft.com...
| Quote: | Hi all,
I i'm using a Transport Event Sink to cach and process message from my
Exchange server and I would like to know how can i do to unload the DLL
that
contains my Event Sink and that is loaded into the InetInfo process.
When I unregister my Event Sink (cscript smtpreg.vbs /remove 1 ...) and
unregistring this COM DLL (regsvr32 /u ...) the Event Sink is not working
anymore but I can not delete the DLL, it seems that the InetInfo process
keep
it locked for a certain time. After a couple of minutes (~5 - 10 min.) I
can
delete it, InetInfo unlock it.
How can I order to InetInfo to unlock my DLL imidiatly after unregistring
my
Sink? I don't want to wait those minutes before deleting the DLL...
any help will be apreciated
Regards,
Eric |
|
|