Below is the exception message,
{"An OPC-UA operation failure with error ID 'OpcLabs.BaseLib.Licensing.LicensingException' occurred, originating from '' and with depth of 1. The inner exception, of type \"OpcLabs.BaseLib.Licensing.LicensingException\", contains details about the problem."}
+ InnerException (System.Exception) {"Run time is over the limit in license \"Multipurpose\", serial number 1111111120. The license you are running (most likely trial version) does not provide valid data after certain time period expires. Note that after the component's process is simply restarted, valid data will be provided again. Obtain and install proper license to permanently resolve this error. You can ask for evaluation license key, if you need a longer run time for your tests.\r\nProduct information follows. Component name: \"QuickOPC\", license IDs: \"Multipurpose\", version number: 570, release date: 12/2/2022, trial validity: 397 days, option expression: \"EasyUAClient\".\r\nContext: 2 dropped license(s); S/N 1999******* (release date covered 8/24/2021), S/N 1999******* (release date covered 8/24/2021)."} System.Exception {OpcLabs.BaseLib.Licensing.LicensingException}
An OPC-UA operation failure with error ID 'OpcLabs.BaseLib.Licensing.LicensingException' occurred, originating from '' and with depth of 1. The inner exception, of type "OpcLabs.BaseLib.Licensing.LicensingException", contains details about the problem.
at OpcLabs.EasyOpc.UA.IEasyUAClientExtension.ReadValue(IEasyUAClient client, UAReadArguments readArguments)
at TestOPCService.OPC.ReadValue() in C:\Users\stephen.riley\source\repos\TestOPCService\TestOPCService\OPC.cs:line 43
at TestOPCService.Service1.OnTrigger(Object sender, ElapsedEventArgs args) in C:\Users\stephen.riley\source\repos\TestOPCService\TestOPCService\Service1.cs:line 48
at System.Timers.Timer.MyTimerCallback(Object state)
Thank you,
-Adam