cancel
Showing results for 
Search instead for 
Did you mean: 

Error in programmers guide

Paw_Madsen
Champ on-the-rise
Champ on-the-rise

See:

https://sdk.onbase.com/unitySDK/html/86132669-aba0-4736-b22e-b44efb4da4ab.htm

 

this statement seems to be wrong:

app.IsDisconnectEnabled = true;

------
My VS is telling me "IsDisconnectEnabled" cannot be set, as it is read-only.

i'm using Hyland.unity.dll version 17.0.2.80
2 ACCEPTED ANSWERS

Adam_Kuhn
Star Collaborator
Star Collaborator

This must be set before connecting -- it cannot be set on an already-connected application object. I've filed a Documentation Change Request to have our documentation reflect this.

View answer in original post

Robert_Russ
Confirmed Champ
Confirmed Champ

Adam, this is true but Paw is correct.  The example within the Programmers guide which he links to is incorrect.  We probably will need to change that example.

View answer in original post

3 REPLIES 3

Adam_Kuhn
Star Collaborator
Star Collaborator

This must be set before connecting -- it cannot be set on an already-connected application object. I've filed a Documentation Change Request to have our documentation reflect this.

Robert_Russ
Confirmed Champ
Confirmed Champ

Adam, this is true but Paw is correct.  The example within the Programmers guide which he links to is incorrect.  We probably will need to change that example.

Ah, I had mistaken the intent of the post. I will get a DCR filed.