Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - CesarKM

Pages: [1]
1
Support Questions / Re: HMI using C# and EhternetIPforCLXcom
« on: August 20, 2015, 10:58:45 AM »
You start with the AdvancedHMI solution
Right Click the Advanced Solution in Solution Explorer
Add New Project->C#
Add these 4 references:

AdvancedHMIControls project
AdvancedMIDrivers project
AdvancedHMIControls\Support\MfgControl.AdvancedHMI.Controls.dll
AdvancedHMIDrivers\Support\MfgControl.AdvancedHMI\Drivers.dll

You can now work with the C# project and use the controls and drivers

Hi, i got the same trouble.
I did this steps but didnt worked.

I found the reason here : Go for properties of my project and was Target for .NET Framework 4 Client Profile. I just put to .Net Framework 4 and then work normal.

Pages: [1]