You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
With the latest version of UA client I have the following error:
Error Code: -2147467261-
Error: Object reference not set to an instance of an object. System.NullReferenceException: Object reference not set to an instance of an object.
User identity is set with username and password, and also tried with all the security policies and received always the same error.
After this we cannot open the channel.
await this._channel.OpenAsync();
It fails all the time because the channel is null.
The text was updated successfully, but these errors were encountered:
Hi.
With the latest version of UA client I have the following error:
Error Code: -2147467261-
Error: Object reference not set to an instance of an object. System.NullReferenceException: Object reference not set to an instance of an object.
this._channel = new ClientSessionChannel(
appDescription,
certificateStore,
this.userIdentity,
this.Info.discoveryUrl,
SecurityPolicyUris.None,
null,
uaTcpSessionChannelOptions
);
User identity is set with username and password, and also tried with all the security policies and received always the same error.
After this we cannot open the channel.
await this._channel.OpenAsync();
It fails all the time because the channel is null.
The text was updated successfully, but these errors were encountered: