AdvancedHMI Software
General Category => Open Discussion => Topic started by: hfe18 on December 21, 2015, 06:39:21 AM
-
before i upgrade to THE latest version(v399)
below statement works in c#
public static EthernetIPforCLXComm Cx = new EthernetIPforCLXComm();
then after upgrade and add references, compiled then
i got this error messge:
the type or namespace name 'EthernetIPforCLXComm' could not be found<are you missing ausing directive or an assembly reference>
anyone can help? TIA
-
The name only has 1 "m"
EthernetIPforCLXCom
-
thanks archie for quick reply,i follow what you've advise but still i got the same error, perhaps missing the original reference "AdvancedHMIDrivers.dll" which is not available in the latest version V399.
Thanks anyway, i have to figure out whats wrong, with my code
-
What version are you upgrading from?
-
sorry for late reply, im upgrading from the version which i downloaded from mesta i think 21012 release its old, but now its ok, and very surprised the speed of new drivers compared to previous version. i corrected it using 4 references ,instead of two only which i mentioned before. thanks archie,