04-06-2022 03:10 AM
Hi,
I created a strongly signed C# .dll file using .NET environment and within a setup project this .dll file is copied to GAC automatically during installation. In addition, using TestStand 2019 Sequence Editor I created a .seq file and an action in .seq file that calling this .dll file from GAC .
I made some trials and saw that if TestStand 2019 Sequence Editor can not find the .dll file with specific version in GAC and if it exists a newer version of this .dll file in GAC, TestStand 2019 Sequence Editor is using this newer version automatically.
What I want to do is if a .dll file with a newer version is copied to GAC , the action will always use the latest version of this .dll file found in GAC. Is this possible?
Thanks in advance.
02-15-2023 08:15 AM
Hi gordu7
This is not an issue with Teststand and its normal that Teststand uses newer version of .dll file in GAC, so this is an issue that should resolved through the GAC.
Regards)