Error when Adding Component (dll)

epsharp

Member
Licensed User
Longtime User
Hello All,

I have tried to add Cassia 2.0 (cassia.dll) to a completely new, empty test program. When I click OK, the following error occurs:

Basic4PPC
An error occurred.
Item has already been added. Key in dictionary: 'NamespaceDoc' Key being added: 'NamespaceDoc'

Cassia is a .Net API for getting Terminal Server Session information. Why I am trying this is because using the Terminal Server Timeout Policy wrecks havoc with compiled B4PPC programs; it terminates the session but leaves the program running. By querying the "idle" time of the session from within my B4PPC program, I can quietly close the program (which, in effect, will also close their TS Session).

Thank you in advance for your kind assistance.

Regards

Ed Sharp
 
Top