Author Topic: compile error ufter upgrade to V399  (Read 1222 times)

hfe18

  • Newbie
  • *
  • Posts: 6
    • View Profile
compile error ufter upgrade to V399
« 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

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5270
    • View Profile
    • AdvancedHMI
Re: compile error ufter upgrade to V399
« Reply #1 on: December 21, 2015, 08:35:42 AM »
The name only has 1 "m"

EthernetIPforCLXCom

hfe18

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: compile error ufter upgrade to V399
« Reply #2 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

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5270
    • View Profile
    • AdvancedHMI
Re: compile error ufter upgrade to V399
« Reply #3 on: December 21, 2015, 06:06:05 PM »
What version are you upgrading from?

hfe18

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: compile error ufter upgrade to V399
« Reply #4 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,