From 11:00 PM CST Friday, Feb 14th - 6:30 PM CST Saturday, Feb 15th, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
I call two .net assemblies, which were build as a .net8 .dll which also uses the same referenced assembly but in two different versions.
When I call both assemblies in teststand in the same sequence file i get an error.
When I call every assembly in an own sequence file than it works! The exception seems that they use the referenced assembly in the same version. How can i fix that?