Issue Details
I'm trying to follow the steps in the guide Creating Custom Step Type Edit Tabs in the Sequence Editor. In Step 5 of the "Preparing Visual Studio" section, I'm instructed to load TSDotNetSupport.dll into the Visual Studio Toolbox. For TestStand 2023 Q3 and earlier, this step can be followed successfully. However, when I try to do this with a newer version, I get the following error:

"...TSDotNetSupport.dll targets a platform whose toolbox items cannot be enumerated dynamically"
Using a DLL inspection tool, I found that:
- In TestStand 2023 Q4 and earlier,
TSDotNetSupport.dll targets .NET Framework v4.0 and loads into the Toolbox without issue. - In TestStand 2024 Q1 and later, the DLL now targets .NETCoreApp v8.0, which seems to be causing the problem.
This prevents me from adding TestStand controls to my Visual Studio project as described in the guide. How can I add TestStand controls to the Visual Studio Toolbox now that TSDotNetSupport.dll targets .NET 8 and no longer loads dynamically?