I am using a few classes of the OPC foundation and one of the classes needs a interface:
EmptyNodeManager Node = new EmptyNodeManager(IServertemp, configuration1);IServertemp is a IServerInternal.
so I am getting error saying that
it getting be error:
Object reference not set to an instance of an object
I think it is because i am not setting up IServerInternal right