Error while Creating a package in sandbox
Monday, September 17, 2018 at 12:09amError message:
Could not create a new package. Exception: Object reference not set to an instance of an object.
at Silanis.ESL.SDK.Services.PackageService.CreatePackage(Package package)
at Silanis.ESL.SDK.EslClient.CreatePackage(DocumentPackage package)
at Shortcut.SSTAPI.Services.eSignServices.StartContractSigningProcess(Int32 sellerId, SigningMethod method, ProjectEntity project, ContractEntity contract, Byte[] pdfContent)
Reply to: Error while Creating a package in sandbox
Monday, September 17, 2018 at 02:40amHi Anil, One possible reason could be the TLS version you are using. If your current secure protocol version is TLS 1.0, it's dropped by OSS. Referring to this thread, it yields the "Object reference not set to an instance of an object" error. You can check your TLS version by Fiddler as the attachment shows. And to update to latest TLS, you can refer to this blog depending on your .Net version. If TLS version is not the problem to you, can you share more code snippets here or send to [email protected] (please remove all sensitive information) so that I can have more information on your scenario? Hope this could help you! Duo