- Posts: 16
- Thank you received: 1
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 or issues. You do not have to own a commercial license in order to use the OPC Labs support. Our team is actively monitoring the forums, and provides replies as soon as possible.
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.
QuickOPC API License
- rabbi.mathake
-
Topic Author
- Offline
- Elite Member
-
But since we using .Net 6 you dont have QUICKOPC package that works with this version and also able to BrowseNodes and Tags?
Please Log in or Create an account to join the conversation.
This is a weird error, so at this point I cannot be 100% sure about its cause. But it can be related to the fact that you are using .NET 6.
.NET 6 is no longer supported (neither by Microsoft nor by us). I suggest that you upgrade to .NET 8 or .NET 9, which are the supported runtimes in the latest version.
Best regards
Please Log in or Create an account to join the conversation.
- rabbi.mathake
-
Topic Author
- Offline
- Elite Member
-
- Posts: 16
- Thank you received: 1
System.TypeLoadException: Method 'GetType' in type 'OpcLabs.BaseLib.Exception2' from assembly 'OpcLabs.BaseLib, Version=5.82.423.1, Culture=neutral, PublicKeyToken=6faddca41dacb409' does not have an implementation. at dtm_backend_api.Controllers.DtmLibSrcProcessTagsController.GetOpcTags(Int64 sourceConnectorId) at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine) at dtm_backend_api.Controllers.DtmLibSrcProcessTagsController.GetOpcTags(Int64 sourceConnectorId) at lambda_method9(Closure , Object , Object[] ) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context) HEADERS ======= Accept: text/plain Host: localhost:7246 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 :method: GET Accept-Encoding: gzip, deflate, br, zstd Accept-Language: en-US,en;q=0.9 Referer: https://localhost:7246/swagger/index.html sec-ch-ua-platform: "Windows" sec-ch-ua: "Google Chrome";v="141", "Not?A_Brand";v="8", "Chromium";v="141" sec-ch-ua-mobile: ?0 sec-fetch-site: same-origin sec-fetch-mode: cors sec-fetch-dest: empty priority: u=1, i
Error occur on this lines
var daClient = new EasyDAClient();
var daElements = daClient.BrowseLeaves(opcUrl, "");
Please Log in or Create an account to join the conversation.
Use the latest version - which is 5.82, currently.
If it does not work, send me the error you are getting *with that version*.
Best regards
Please Log in or Create an account to join the conversation.
- rabbi.mathake
-
Topic Author
- Offline
- Elite Member
-
- Posts: 16
- Thank you received: 1
Please Log in or Create an account to join the conversation.
So do you want to test version from November 2022, or do you actually want to test the latest version?
Bets regards
Please Log in or Create an account to join the conversation.
- rabbi.mathake
-
Topic Author
- Offline
- Elite Member
-
- Posts: 16
- Thank you received: 1
{ "message": "Failed to browse UA OPC Server: Not allowed to run by the license \"Multipurpose\". You might be running a trial license, and the version of the software you are using is obsolete. To resolve this problem, a) obtain a recent version, or b) ask for an evaluation license key, or c) install a license valid for the current version.\r\nProduct information follows. Component name: \"QuickOPC\", license IDs: \"Multipurpose\", version number: 570, release date: 2022/12/02, trial validity: 397 days, option expression: \"EasyDAClient\".\r\nContext: 0 dropped license(s).", "success": false, "statusCode": 400, "result": null }
Please Log in or Create an account to join the conversation.
If you temporarily uninstall your perpetual license for the old version, every version - including the newest ones - will start work in trial mode (30 minutes runtime).
Does that help?
Best regards
Please Log in or Create an account to join the conversation.
- rabbi.mathake
-
Topic Author
- Offline
- Elite Member
-
- Posts: 16
- Thank you received: 1
Please Log in or Create an account to join the conversation.
