Hi all O7.
I was using licensed iocomp old-fashioned instrumentation controls/activex recently. Since I migrated to VS2019 now on for a couple of months, I pursue its instructions to install like before and they're added to VS toolbox but when adding to form then building a simple WinForm test for any controls of its collection following errors will occur:

- Type 'Iocomp.Classes.ColorSection' is not defined.
- Reference required to assembly 'Iocomp.Instrumentation.WF40.Common, Version=5.0.2.1636, Culture=neutral, PublicKeyToken=a217a64fde564c89' containing the type 'ControlBase'. Add one to your project.


What I've tried:
- Increasing/Decreasing compile .NET Framework version to min/max from 2.0, 3.0 to 4.8 then rebuild = More errors. (Mostly Unable to resolve type 'Iocomp.Instrumentation.Professional.SlidingScale, Iocomp.Instrumentation.WF40.Pro, Version=5.0.2.1638, Culture=neutral, PublicKeyToken=a217a64fde564c89')
- Manually adding its *.dll (5 files) in toolbox "choose item".

What should I do? Kinda crucial. I cannot afford Syncfusion or DevExpress control collections.