hello
I get the following error:
UAException: An OPC-UA operation failure with error ID 'OpcLabs.UAEngine=2' occurred, originating from 'System.Console' and with depth of 3. The inner exception, of type "OpcLabs.EasyOpc.UA.Engine.UAEngineException", contains details about the problem.
UAEngineException: UNEXPECTED UA SDK EXCEPTION. An exception of type "System.AggregateException" from source "System.Private.CoreLib" has occurred in OPC-UA SDK action 'ApplicationInstance.CheckApplicationInstanceCertificate'.
This exception was originally
System.Console.KeyAvailable.get()
OpcLabs.BaseLib.Console.RichConsole.AskSingleChoice(OpcLabs.BaseLib.Console.Interaction.ConsoleInteractionParameters, string, string[], bool, int, int)
OpcLabs.BaseLib.Console.Interaction.Internal.ConsoleGenericInteraction.ChooseSingle.AnonymousMethod__0()
OpcLabs.BaseLib.Console.RichConsole.SerializeAndPerformInputAction<TResult>(OpcLabs.BaseLib.Console.Interaction.ConsoleInteractionParameters, System.Func<TResult>)
OpcLabs.BaseLib.Console.Interaction.Internal.ConsoleGenericInteraction.ChooseSingle(System.IServiceProvider, string, string[], bool, int, int)
OpcLabs.BaseLib.Console.Interaction.Internal.ConsoleGenericInteraction.AskYesNo(System.IServiceProvider, string, bool, int)
OpcLabs.EasyOpc.UA.Toolkit.UAEngineBase.SdkMessageDlg.ShowAsync()
Opc.Ua.Configuration.ApplicationInstance.CheckApplicationInstanceCertificate(Opc.Ua.ApplicationConfiguration, System.Security.Cryptography.X509Certificates.X509Certificate2, bool, ushort)
Opc.Ua.Configuration.ApplicationInstance.CheckApplicationInstanceCertificate(bool, ushort, ushort) was thrown from the call stack.
Can I get some help?