在Visual C#.NET中读取和写入数据点值 [英] Reading and Writing Data Point Values in Visual C# .NET

查看:72
本文介绍了在Visual C#.NET中读取和写入数据点值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello Everyone,

我正在尝试使用iLON Smart服务器作为我的学术项目来创建基于Web的能源监控。

我正在使用visual studio 2012,framework 3.5。当我尝试从echelon程序员参考执行测试代码'在Visual C#.NET中读取和写入数据点值'时,我得到了错误,如



'没有过载方法读取需要1个参数'。



代码是为visual studio 2008编写的。它是否需要任何兼容包或必须修改代码。请帮助我良好的启蒙。我附上了错误页面以便澄清。提前谢谢

Hello Everyone,
I'm trying to create web enabled energy monitoring using iLON Smart server as my academic project.
I'm using visual studio 2012,framework 3.5. while i try to execute a test code 'Reading and Writing Data Point Values in Visual C# .NET' from echelon programmer reference, i got error like

'no overload for method read takes 1 argument'.

The code was written for visual studio 2008. is it need any compatibility pack or have to modify the code. Kindly help for my good initiation. i have attached the error page for clarification. Thank you in advance

推荐答案

Quote:

'方法读取没有重载1参数'。

'no overload for method read takes 1 argument'.

这是非常明显的消息,表示不能用参数调用特定的函数。



所以,点击错误在Visual Studio中。它将带你到那个方法。然后更正该方法。

您需要删除该参数并找到其他方法来完成您要实现的功能。

This is very obvious message, which indicates the particular function can't be invoked with an argument.

So, click on the error in Visual Studio. It will take you to that method. Then correct that method.
You need to remove that argument and find some other way out to do the functionality you are trying to achieve.


这篇关于在Visual C#.NET中读取和写入数据点值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆