Home > Mobile >  Using Opclabs QuickOPC Controls
Using Opclabs QuickOPC Controls

Time:10-21

I installed OpcLabs.QuickOpc and OpcLabs.QuickOpc.Forms libraries in my project. But when I drag a quickopc tool on the form, it shows an error:

Error: Failed to create toolboxitem of type: OpcLabs.EasyOpc.Toolbox.FormsToolboxItem, OpcLabs.EasyOpcVSToolbox, Version=5.60.107.1, Culture=neutral, PublicKeyToken=6faddca41dacb409

Error Image

Can someone help? I need to use OpcBrowseControl.

CodePudding user response:

Answered here: Using Opclabs QuickOPC Controls via C# (WinForms)

Quote:

In order to use Visual Studio integration features of QuickOPC, including Toolbox items, you must install QuickOPC using the standalone installation program ...

  • Related