Processing .NET Code Modules for Deployment
- Updated2025-07-23
- 1 minute(s) read
Processing .NET Code Modules for Deployment
If you are using TestStand 2024 Q4 or later, you must manually add .NET code modules and support files, like runtimeconfig.json and deps.json files, when creating deployments that call .NET assemblies.
You must manually add .NET code module files to your deployments for both:
- deployments that call .NET code using the .NET Adapter, and
- deployments that include other files, like VIs, that call .NET code during their operation.
Note If your deployment includes LabVIEW VIs developed in
LabVIEW 2025 Q1 that call .NET assemblies, these VIs automatically include the
called .NET assemblies as deployment dependencies. .NET dependencies called by
included .NET assemblies are not included automatically - you must manually add
these dependencies to your deployments.