Hello everybody,
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?