Hallo,
I have a file written in Visuala Basic 6.0, Works fine on Windowsx XP. However, on Windows 7 (32 bit) message appears: (number 429)
"ActiveX component can not create object"
In the project I have references to OPC DA Automation wrapper 2.02 (c: \ windows \ system32 \ opcdaauto.dll)
Set ConnectedOPCServer = New OPCServer
ConnectedServerName = "test"
ConnectedNodeName = "10.0.10.99"
ConnectedOPCServer.Connect ConnectedServerName, ConnectedNodeName - this line generate error
Does anyone know how to solve this problem?