Hi all,
Whenever I open the MainFrom.vb file, it will create an AdvancedHMIDrivers.EthernetIPforCLXCom item, (naming it EthernetIPforCLXCom1). Despite the fact there is already an instance of one there already, (with a project specific name).
I cannot work out why? There is no reference to it anywhere in the code. It's as if the MainForm feels that it needs to see one hen it opens and doesn't recognise the existing.
If I delete it, close and re-open MainForm.vb it comes back.
If I rename it, close and re-open MainForm.vb I get another one.
There are no other AdvancedHMI items on the MainForm apart from a DataSubscriber2 already linked to the EthernetIPforCLXCom.
Any idea's on what to look for?
Thanks.