Forums
The .Net SDK throws exception “Object reference not set to an instance of an object.” When we try to retrieve some data like (Layouts, Sender info, Auditlog) and there is no data. It would be better if it just return null, instead of going to the exception path. Thanks,
Forums
Customer: I am doing some testing with the SignDocuments method on the EslClient. I have noticed that SignDocuments fails and returns a 500 server response if I first sign as the signer, and then try to use the SignDocuments method for that signer. Is there any workaround to this for now? I am using .NET SDK Version 11 thank you!
Forums
We use anchor text for placement of our signature anchors. Are you allowed to use the same anchor text for multiple signature anchors, or does each place you want an e-Signature need a unique anchor text? Right now it appears when using the same anchor text for multiple e-Signatures the returned document is only putting the e-Signature block for the first anchor text it finds (anytime that anchor text is reused). Thanks Nathan
Forums
I see in your .net SDK documentation that you can setup the push notifications by running this code: eslClient.EventNotificationService.Register(EventNotificationConfigBuilder.NewEventNotificationConfig(URL) .WithKey(APIKEY) .ForEvent(EVENT1) .ForEvent(EVENT2) .ForEvent(EVENT3) .ForEvent(EVENT4) .ForEvent(EVENT5) .ForEvent(EVENT6) .ForEvent(EVENT7) .ForEvent(EVENT8) .ForEvent(EVENT9) .ForEvent(EVENT10) .Fo
Forums
Team, I want to load two signing sessions for two users on the same browser. I have two silanis live urls (https://sandbox.esignlive.com/access?sessionToken=user1SessionToken and https://sandbox.esignlive.com/access?sessionToken=user2SessionToken) and opened in two tabs of the chrome browser. When both users started signing one after another on the tabs, its throwing error for second user. please find the attachment.