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 - greg2639

Pages: [1]
1
Thank you so much Archie, that was it!  Switched my application to full Net 4.0 framework and every thing seems to work now!

2
Wanted to add Advanced HMI meter to an existing code I wrote a while back in VB 2010, added it to the solution but I am not able to insert Advanced HMI 3.9.9.1 components to this form.  It also happens if I just add a new blank form to a virgin built Advanced HMI project.  All references seem to be good but here are errors I get when I try to insert a Advanced HMI digital meter:



Warning   1   The currently targeted framework ".NETFramework,Version=v4.0,Profile=Client" does not include "System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which the referenced assembly "MfgControl.AdvancedHMI.Controls" depends on. This caused the referenced assembly to not resolve. To fix this, either (1) change the targeted framework for this project, or (2) remove the referenced assembly from the project.

Warning   2   The currently targeted framework ".NETFramework,Version=v4.0,Profile=Client" does not include "System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which the referenced assembly "C:\Work\Software Projects\Ethernet IP\PLC - Copy-screw around with it\AdvancedHMIControls\bin\Debug\EC-2000CommunicatorControlls.dll" depends on. This caused the referenced assembly to not resolve. To fix this, either (1) change the targeted framework for this project, or (2) remove the referenced assembly from the project.   

Error   3   Type 'Controls.DigitalPanelMeter' is not defined.   

Error   4   Type 'Controls.DigitalPanelMeter' is not defined.   




Pages: [1]