Professional OPC
Development Tools

logos

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.

incorrect signature for the serialization

More
13 May 2019 08:53 #7354 by support
Hello.

For QuickOPC 2018.3, you need to target and use at least .NET Franework 4.6.2: opclabs.doc-that.com/files/onlinedocs/QuickOpc/2018.3/User%2...me.html#dotNET%20Runtimes.html .

Best regards

Please Log in or Create an account to join the conversation.

More
13 May 2019 08:22 #7353 by riccardo.cancian
Good morinig,

Winforms
Framework 4.6.1
Visual Studio 2017
.NET UA tecnology



private void B_InviaRicetta_Click(object sender, EventArgs e)
{
var easyUAClient = new EasyUAClient();


// Modify value of a node
easyUAClient.WriteValue(
"opc.tcp://pcc127:62841/Sipro/uaPLUS",
"nsu=http://opcfoundation.org/Advosol/uaPLUS;ns=2;s=Dev1.Data.vq6994",
TB_Ricetta.Text);
}


This is the exeption

System.TypeLoadException: 'The type' OpcLabs.EasyOpc.UA.EasyUAClient 'in the assembly' OpcLabs.EasyOpcUA, Version = 5.54.1151.1, Culture = neutral, PublicKeyToken = 6faddca41dacb409 'has the' OnDeserializedMethod 'method with an incorrect signature for the serialization attribute with which it is decorated. '


On this computer was installed a pervious version of your OPC . NET

what should I do?

Thanks

Please Log in or Create an account to join the conversation.

Moderators: support
Time to create page: 0.051 seconds