AdvancedHMI Software

General Category => Open Discussion => Topic started by: hfe18 on December 21, 2015, 06:39:21 AM

Title: compile error ufter upgrade to V399
Post 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
Title: Re: compile error ufter upgrade to V399
Post by: Archie on December 21, 2015, 08:35:42 AM
The name only has 1 "m"

EthernetIPforCLXCom
Title: Re: compile error ufter upgrade to V399
Post by: hfe18 on December 21, 2015, 12:03:16 PM
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
Title: Re: compile error ufter upgrade to V399
Post by: Archie on December 21, 2015, 06:06:05 PM
What version are you upgrading from?
Title: Re: compile error ufter upgrade to V399
Post by: hfe18 on December 29, 2015, 06:42:16 AM
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,