.NET Code Module Support for 64-bit TestStand
- Aktualisiert2026-07-27
- 1 Minute(n) Lesezeit
When you migrate .NET code modules from 32-bit TestStand to 64-bit TestStand, NI recommends using platform-independent AnyCPU assemblies in shared locations.
Use one of the following techniques to migrate platform-specific assemblies:
- Use the $(Platform) path macro.
- Place the assembly in a non-shared search directory.
Note If you are using TestStand 2023 Q4 or
earlier, you can also register the assembly in the GAC or use .NET remoting to call a
non-matching bitness version of the DLL to migrate platform-specific assemblies.
Verwandte Inhalte
- AnyCPU Assemblies in 32-bit TestStand and 64-bit TestStand
NI recommends placing AnyCPU assemblies in a location 32-bit TestStand and 64-bit TestStand share so that 32-bit TestStand and 64-bit TestStand can share a single copy of each assembly. NI also recommends replacing existing 32-bit (x86) .NET assemblies with AnyCPU versions in-place before migrating from 32-bit TestStand to 64-bit TestStand.
- Platform-Specific Assemblies in 32-bit TestStand and 64-bit TestStand