- Posts: 2
- Thank you received: 0
Online Forums
Technical support is provided through Support Forums below. Anybody can view them; you need to Register/Login to our site (see links in upper right corner) in order to Post questions. You do not have to be a licensed user of our product.
Please read Rules for forum posts before reporting your issue or asking a question. OPC Labs team is actively monitoring the forums, and replies as soon as possible. Various technical information can also be found in our Knowledge Base. For your convenience, we have also assembled a Frequently Asked Questions page.
Do not use the Contact page for technical issues.
Bug on QuickOpc.net V 5.70.1152 on Asp..net Application
Now the application sis worlkign Properly.
I think that that can be very useful for any programmer that use the library
Thanks very much
Ottorino Realdon
Please Log in or Create an account to join the conversation.
I was able to reproduce the issue. It is caused by an undocumented behavior of a Microsoft method we are calling (ArgumentException should not be thrown by OpenExeConfiguration); but nevertheless, of course, it is still a problem.
We have a fix now. Please download/rebuild with version 5.70.1187 or later (setup program now available on our Web site, and NuGet packages on nuget.org).
This was a good catch. Thank you for reporting it.
Best regards
Please Log in or Create an account to join the conversation.
in OpcLabs.EasyOpc.UA.Toolkit.ClientServer.AppConfigSdkConfigurationProvider.GetFilePathFromAppConfigReplacement(String sectionName)
in OpcLabs.EasyOpc.UA.Toolkit.ClientServer.AppConfigSdkConfigurationProvider.GetConfiguration(UAClientServerEngineBase clientServerEngine, ApplicationInstance sdkApplicationInstance, ApplicationConfiguration& sdkApplicationConfiguration)
in OpcLabs.EasyOpc.UA.Toolkit.ClientServer.UAClientServerEngineBase.MakeSdkApplicationConfiguration(ApplicationInstance sdkApplicationInstance, ApplicationConfiguration& sdkApplicationConfiguration)
in OpcLabs.EasyOpc.UA.Toolkit.ClientServer.UAClientServerEngineBase.CreateSdkApplicationConfiguration(ApplicationInstance sdkApplicationInstance, ApplicationConfiguration& sdkApplicationConfiguration)
in OpcLabs.EasyOpc.UA.Toolkit.ClientServer.UAClientServerEngineBase.CreateSdkApplicationInstance(ApplicationInstance& sdkApplicationInstance)
in OpcLabs.EasyOpc.UA.Toolkit.ClientServer.UAClientServerEngineBase.MakeSdkApplicationInstance(ApplicationInstance& sdkApplicationInstance)
in OpcLabs.EasyOpc.UA.Toolkit.ClientServer.UAClientServerEngineBase.MakeEngineRecord(Object& engineRecord)
in OpcLabs.EasyOpc.UA.Toolkit.UAEngineBase.InternalConnect()
in OpcLabs.EasyOpc.UA.Toolkit.UAEngineBase.Connect()
in OpcLabs.EasyOpc.UA.Implementation.NetSdk.Client.EasyUAClientEngine.InnerReadAttributes(UAReadArguments[] readArgumentsArray, EasyUAAdaptableParameters adaptableParameters)
in OpcLabs.EasyOpc.UA.Implementation.NetSdk.Client.EasyUAClientEngine.ReadAttributes(UAReadArguments[] readArgumentsArray, EasyUAAdaptableParameters adaptableParameters)
in OpcLabs.EasyOpc.UA.Implementation.NetSdk.Client.NetSdkEasyUAClient.>c__DisplayClass50_0.b__0()
in OpcLabs.BaseLib.Internal.DisposableObject.DisposeGuard[TResult](Func`1 func, Boolean throwOnDisposed)
in OpcLabs.BaseLib.Internal.DisposableObject.DisposeGuardNotNull[TResult](Func`1 func, Boolean throwOnDisposed)
in OpcLabs.EasyOpc.UA.Implementation.NetSdk.Client.NetSdkEasyUAClient.ReadMultiple(UAReadArguments[] readArgumentsArray)
in OpcLabs.EasyOpc.UA.Implementation.DelegatingEasyUAClient.ReadMultiple(UAReadArguments[] readArgumentsArray)
in OpcLabs.EasyOpc.UA.Implementation.ErrorTransformingEasyUAClient.ReadMultiple(UAReadArguments[] readArgumentsArray)
in OpcLabs.EasyOpc.UA.Implementation.DelegatingEasyUAClient.ReadMultiple(UAReadArguments[] readArgumentsArray)
in OpcLabs.EasyOpc.UA.Implementation.DataConvertingEasyUAClient.ReadMultiple(UAReadArguments[] readArgumentsArray)
in OpcLabs.EasyOpc.UA.Optimization.Implementation.RequestMergingEasyUAClient.b__2_0(UAReadArguments[] array)
in OpcLabs.BaseLib.OperationModel.Extensions.IReadOnlyListOfOperationArgumentsExtension.MergingPerform[TArguments,TResult](IReadOnlyList`1 argumentsList, Func`2 arrayOperationFunction)
in OpcLabs.EasyOpc.UA.Optimization.Implementation.RequestMergingEasyUAClient.ReadMultiple(UAReadArguments[] readArgumentsArray)
in OpcLabs.EasyOpc.UA.Implementation.DelegatingEasyUAClient.ReadMultiple(UAReadArguments[] readArgumentsArray)
in OpcLabs.EasyOpc.UA.Implementation.LicensingEasyUAClient.ReadMultiple(UAReadArguments[] readArgumentsArray)
in OpcLabs.EasyOpc.UA.Implementation.MultiplexingEasyUAClient.>c.b__18_0(IEasyUAClient client, IReadOnlyList`1 list)
in OpcLabs.BaseLib.Collections.Generic.Extensions.IReadOnlyListExtension.SwitchCase[TInput,TOutput,TKey](IReadOnlyList`1 readOnlyList, Func`2 keySelector, IEqualityComparer`1 keyComparer, Func`3 outputSelector)
in OpcLabs.EasyOpc.UA.Implementation.MultiplexingEasyUAClient.ReadMultiple(UAReadArguments[] readArgumentsArray)
in OpcLabs.EasyOpc.UA.Implementation.ForwardingEasyUAClient.ReadMultiple(UAReadArguments[] readArgumentsArray)
in OpcLabs.EasyOpc.UA.Implementation.DelegatingEasyUAClient.ReadMultiple(UAReadArguments[] readArgumentsArray)
in OpcLabs.EasyOpc.UA.EasyUAClient.ReadMultiple(UAReadArguments[] readArgumentsArray)
in OpcLabs.EasyOpc.UA.IEasyUAClientExtension.Read(IEasyUAClient client, UAReadArguments readArguments)
in OpcLabs.EasyOpc.UA.IEasyUAClientExtension.Read(IEasyUAClient client, UAEndpointDescriptor endpointDescriptor, UANodeDescriptor nodeDescriptor)
Please Log in or Create an account to join the conversation.