Register    Login
 
Professional OPC Development Tools
And Services
 
 
SupportOnline Forums
 
Links: Related Pages
 
Links: Related Services
 
Links: Related Support
 
Links: Related Resources
 
Online Forums

Technical support is provided through Support Forums below. Anybody can view them; you need to Register/Login to our site (see link in upper right corner) in order to Post questions. You do not have to be a licensed user.

OPC Labs team is actively monitoring the forums, and provides answers as soon as possible. For your convenience, we have also assembled a Frequently Asked Questions page.

Please do not use the Contact page for technical support.

HINT: You may use the Search feature (magnifier icon below) in the forums to locate the information you need. You can also search our entire Web site (the search box in the upper right corner of every page).

 
 
SupportSupportKnowledge Base ...Knowledge Base ...QuickOPC-ClassicQuickOPC-ClassicQuickOPC.NETQuickOPC.NETQON-KB-6. Targeting .NET Framework 4 with QuickOPC.NET 5.11QON-KB-6. Targeting .NET Framework 4 with QuickOPC.NET 5.11
Previous Previous
 
Next Next
New Post
 8/26/2011 5:39 AM
 

Additional References Needed

If you are targeting .NET Framework 4, and use Visual Studio Toolbox to add EasyDAClient or EasyAEClient components to your Windows Forms application, you may get a build error in the designer-generated code for your form or control: “error CS0234: The type or namespace name 'Threading' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?)”, near instantiation of DispatcherSynchronizationContext.
This error happens because the Visual Studio Designer “forgets” to reference one of the assemblies. In order to resolve this error, simply add a reference to WindowsBase assembly to your project.
Application Configuration File Changes
If you are targeting .NET Framework 4, you need to configure your application to properly load the core mixed-mode assembly of QuickOPC. In order to do so, add useLegacyV2RuntimeActivationPolicy="true" to ‘startup’ element in your application configuration file.
In Visual Studio, you typically design the contents of the application configuration file is in the app.config file in your project. After making this change, the file may look like this:
<?xmlversion="1.0"?>
<configuration>
<startupuseLegacyV2RuntimeActivationPolicy="true">
<supportedRuntimeversion="v4.0"/>
</startup>
</configuration>
New Post
 11/29/2011 3:31 AM
 

Note that from Version 5.12 onwards, the steps described in this thread for earlier versions should not be needed, under normal circumstances.

Previous Previous
 
Next Next
SupportSupportKnowledge Base ...Knowledge Base ...QuickOPC-ClassicQuickOPC-ClassicQuickOPC.NETQuickOPC.NETQON-KB-6. Targeting .NET Framework 4 with QuickOPC.NET 5.11QON-KB-6. Targeting .NET Framework 4 with QuickOPC.NET 5.11

 
 
 
 
 

 
 
 
 
Home|Services|Products|Purchase|Downloads|Support|Resources|Company|Contact
Copyright 2007-2012 by OPC Labs Terms Of Use Privacy Statement May 20, 2012