Hi
I am using the latest AdvancedHMI version with C#. (AdvancedHMIv399x)
I have both VS 2013 and VS Community 2017.
When I don't change the original project files that came inside the ZIP, the project builds fine and runs the empty black form.
When I add a control, doesn't matter which one, I get lots of compilation errors:
(in both VS versions)
The problem does not occur when I run version AdvancedHMIv399w.
Severity Code Description Project File Line Suppression State
Error CS0012 The type 'EthernetIPforCLX' is defined in an assembly that is not referenced. You must add a reference to assembly 'MfgControl.AdvancedHMI.Drivers, Version=3.99.19.2, Culture=neutral, PublicKeyToken=null'. AdvancedHMIcs F:\Documents\SegevTech\BLDC_Dual\HMI\AdvancedHMIv399x\AdvancedHMICS\MainForm.Designer.cs 40 Active
What could be the problem