Configuring Isolated Execution Environments for .NET Modules
- Updated2026-02-02
- 1 minute(s) read
Configuring Isolated Execution Environments for .NET Modules
Learn how to configure isolated execution environments for specific step types in .NET modules to ensure sensitive or complex operations run independently.
Introduced in TestStand 2026 Q1.
- Launch TestStand.
- Select .
-
Right-click a type and select Properties.
You can select any step type that supports .NET modules.
- Click .
- Under Type Attributes, right-click to add an attribute.
- Select .
- Enter UseSeparateAlc for the attribute name.
- Set Value to True.
- If you want to use the same assembly load context across multiple step types, configure the first step type as detailed above.
- Click OK twice to return to the main TestStand window.
By opting into isolated execution environments, you can reduce interference from other .NET-based step types. This feature is particularly useful for workflows involving complex or critical operations.
Note Only TestStand 2026 Q1 and later support
the UseSeparateAlc and UseAlcFromStepType attributes. Using step types with these
attributes in older versions of TestStand results in no behavioral changes or
breakages.