I've got the issue "Could not create a new package. Exception: Object reference not set to an instance of an object." on " string applicationVersion = eslClient.SystemService.GetApplicationVersion();" Or "PackageId packageId = eslClient.CreatePackage(superDuperPackage);".
Comments
Reply to: Proxy Configuration (.NET SDK)
Saturday, May 30, 2020 at 09:14amHello ,
I've shared code details in below :
ProxyConfiguration httpProxyConfiguration = ProxyConfigurationBuilder.NewProxyConfiguration()
.WithHttpHost(_proxyConfiguration.GetHost())
.WithHttpPort(_proxyConfiguration.GetHttpPort())
.WithCredentials(_proxyConfiguration.GetUserName(), _proxyConfiguration.GetPassword())
.Build();
Boolean allowAllSSLCertificates = false;
I've got the issue "Could not create a new package. Exception: Object reference not set to an instance of an object." on " string applicationVersion = eslClient.SystemService.GetApplicationVersion();" Or "PackageId packageId = eslClient.CreatePackage(superDuperPackage);".
Can you please help to resolve the issue ?
Let me know if any idea about that.
Best Regards
Ajay