- Posts: 19
- 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.
Demo App and UA Console app crash on launch.
Please Log in or Create an account to join the conversation.
I think that 4.0 does work, but what happens is that because the applications are (intentionally) built against CLR 2.0 (which is used by .NET 2.0, 3.0 and 3.5), it will pick it up by default. It could be seen in your error message that it comes from CLR 2.0; but because the .NET Framework 3.5 was not installed, some required assemblies were missing.
If you build your application, or recompile the apps from source code but retarget the project to .NET 4.0, it will work. The other option may be to keep the app binaries as they are, but configure them to run under CLR 4.0. I think that can be done in the config file of the app; let me know if you need instructions.
The stuff that you see in version 5.20 for OPC "Classic" will be all (or in major part) available for OPC-UA as well, in version 5.21 - we are working on that right now.
Please Log in or Create an account to join the conversation.
I use the setup program to install QuickOPC-UA. The setup lists build 1355.1.
Thank you for the excellent support.
By the way - outstanding work on the new 5.2 updates to QuickOPC .NET. I look forward to similar features in upcoming version of QuickOPC-UA (hint, hint).
John
Please Log in or Create an account to join the conversation.
some questions:
Do you install the QuickOPC-UA apps using our setup program, or differently?
Can you please identify the precise version and build of QuickOPC-UA? Best way to do this is by re-running the first screens of the Setup and taking the info from there, then Cancel.
In generally you should have .NET Framework 3.5 with SP1 installed, and I do not see it in your list. I will have to specifically test whether missing 3.5 SP1 will cause this error, but installing it should be one of the first things you do. Please let me know if it does not help.
Best regards
Please Log in or Create an account to join the conversation.
I have a computer with Windows XP SP2 (x86) and .NET versions 1.1, 2.0SP1, 3.0, and 4.0 Client Profile installed. When I install QuickOPC-UA on this machine and import my certificate, the two included apps (Demo App and UA Console app) both crash when launching. They both report an EventType of clr20r3 with a "system.io.filenotfoundexception".
Do you have any idea what might be the problem?
Thanks,
John
Please Log in or Create an account to join the conversation.