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.
Program termination ('DynamicShellcode') under SOPHOS cloud-based virus scanner
It may have to do with us calling the UA certificate generator as a separate executable/process.
If so, other notes/remedies to this might be:
1) When targeting .NET Core/.NET 5+, the certificate generation is done differently, inside the .NET code, so the external program is not invoked.
2) It is possible to pre-generate the certificate manually (outside of your QuickOPC application), and let the application just find it and use it. There is information in User's Guide that helps with this.
3) It is likely that QuickOPC 2022.2 or some other coming version will switch to the approach use by .NET Core/.NET 5+ currently also in .NET Framework targeting.
Best regards
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
And the same answer.
Best regards
Please Log in or Create an account to join the conversation.
I found the following post:
www.opclabs.com/forum/general-issues-building/3304-antivirus...en-starting-apps-with-quickopc
Maybe that's the same problem we have!?
Please Log in or Create an account to join the conversation.
You can try the suggestions described here: kb.opclabs.com/How_to_disable_prerequisites_boxing . This disables a 3rd-party library that is doing some system hooks that might look suspicious to security programs.
Best regards
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.