Closed kaelev7 closed 9 months ago
Some of us are seeing the same thing, but others are not. Strange. It seems that if you add a reference to the JsonXML library to your project, the warnings disappear. Oddly enough you can then remove the reference and leave the BaseTypes reference to the library as published (always newest), the warnings remain gone.
With the new SPT_Base_Types version 3.2.9.1 I get the same behavior. I need to add the Tc3_JsonXML library version 3.3.19.0 as a reference to the project.
But I only get this warnings after starting the XAE. After a rebuild of the solution, I don't get any warning. no matter if I use the old version of the JsonXML library or the new version.
Since the last TwinCAT update to version 4012.54 and the corresponding update of the
Tc3_JsonXML
library to version3.4.3.0
I get the following warnings:After setting the library version back to use version
3.3.19.0
the warnings disappear.Since I don't use the TraceLog and not using any of the
Tc3_JsonXML
library in my own code, I don't mind setting it back to an old version.