09-12-2023 04:12 AM
Hi all,
I'm migrating my .NET development arround TestStand plateform.
For that, I changed all TestStand API reference from 2019 to 2022.
I developed an assembly (DLL) which implement edit panel for StepType.
If I use TesStand 2019 with the new build (with 2022) I get an error :
I would like to have only version of my DLL usable from TestStand 2019 and 2022.
Is it possible to do that?
Thanks in advance for your help
09-23-2023 12:49 PM
Hi,
From this link https://download.ni.com/evaluation/teststand/Creating_Custom_Step_Type_Edit_Tabs_in_the_Sequence_Edi...
" Each major version of TestStand will require its own build of the edit tab panel targeting the correct TestStand assembly and .NET Framework versions. "
It looks like you need to rebuild for different versions as there are dependencies on Version specific DLL while you build your DLL.
Ravi