NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

teststand migration from 2019 to 2022

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 :

maxmont_1-1694509879848.png

 

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

0 Kudos
Message 1 of 2
(454 Views)

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

0 Kudos
Message 2 of 2
(398 Views)