Скорее всего проблема в используемой библиотеке .net 8.0 (<TargetFramework>net8.0</TargetFramework>) The target machine, like the development machine, had the .NET 8.0 runtime (x64) explicitly installed, but this installer does not bring the needed 32-bit binaries..
При регистрации компоненты вылетает ошибка
Скорее всего проблема в используемой библиотеке .net 8.0 (
<TargetFramework>net8.0</TargetFramework>
)The target machine, like the development machine, had the .NET 8.0 runtime (x64) explicitly installed, but this installer does not bring the needed 32-bit binaries..