Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (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.
what is the advised way to close connections?
My class is consumed in an ASP.net web application, the connection shows 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
hks
After calling Close() on the DMS session, try setting the DMS session to null.