Home
TeamSite
closing sessions and connections...
SteveClements
I am using the Interop.Imanage.dll version 8.2.0.0, within a .net 3.5 c# class library.
Even though I am calling
IManSession.LogOut();
...and...
IManDMS.Session.Clear()
...and...
IManDMS.Close()
This is in the dispose method of my class and class is used with the using construct, so I know its being called. I have also debugged the code and stepped through.
The worksite connection monitor show the connections as active and they never close.
I have looked in the COM object for worksite developers document and cant find a single piece of closing or disposing connections.
My class is consumed in an ASP.net web application, the connection shows (in connection monitor) in the user’s name, from the IIS worker process (w3wp.exe).
We are currently in a situation where we need to run an IISRESET every so often to clear the connections.
Find more posts tagged with
Comments
There are no comments yet