Click here to Skip to main content
15,900,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
Posted

1 solution

Quote:
'no overload for method read takes 1 argument'.
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.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900