From everything I have read the above should work but I am getting the following error:
[InvalidOperationException] The BaseType reference for node ISubClient is not valid: IClient.
Any ideas on what I am doing wrong? Any help will be greatly appreciated.
Hello,
I am trying to compile multiple models but running into an error. The below two files are just a sample to reproduce the problem.
The following model is contained in a file called MachineFramework.xml
The following model is contained in a file called Fridge.xml uses types defined in the above model.
I am compiling the two XML files using the following commands:
Opc.Ua.ModelCompiler.exe compile -d2 .\MachineFramework.xml -cg MachineFrameworkIdentfiers.csv -version v105 -o2 .\ Opc.Ua.ModelCompiler.exe compile -d2 .\Fridge.xml -cg FridgeIdentfiers.csv -version v105 -o2 .\
From everything I have read the above should work but I am getting the following error: [InvalidOperationException] The BaseType reference for node ISubClient is not valid: IClient.
Any ideas on what I am doing wrong? Any help will be greatly appreciated.