In the AdvancedHMIControls project under the \components folder, open the DataSubscriber.vb file
Go to line 46 in the BasicProperties region and delete this code:
'************************************************
'* If no comm component was found, then add one and
'* point the CommComponent property to it
'*********************************************
If m_CommComponent Is Nothing Then
m_CommComponent = New AdvancedHMIDrivers.EthernetIPforCLXCom
Me.Container.Add(DirectCast(m_CommComponent, System.ComponentModel.IComponent))
End If
Without this code you will have to make sure you add the driver first, otherwise it will give you an error.