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)
[NRTSession ][TrustedLogin ]The semaphore is set and cannot be closed
ChristianScalco
Hi All,
by trying to login via TrustedLogin() I get the exception:
System.Runtime.InteropServices.COMException (0x80040066): [NRTSession ][TrustedLogin ]The semaphore is set and cannot be closed.
at IMANADMIN.NRTSessionClass.TrustedLogin()
Since the C# application I have written is using the IMANADMIN package and the session is an IMANADMIN.NRTSession object I cannot use TrustedLogin2(int)
Could you please help with this?
Thanks
My code is:
IMANADMIN.NRTDMS myAdminDMS = new IMANADMIN.NRTDMS();
myAdminSession = myAdminDMS.Sessions.Add("dmsName", null, null);
myAdminSession.TrustedLogin();
Find more posts tagged with
Comments
There are no comments yet