TurboActivate not working on .net 10Answered

I am currently using TurboActivate in a C# application targeting .NET Framework 4.8. However, after upgrading the application to .NET 10, the application throws an error when attempting to load TurboActivate.dll.

Is there a way to make the application work with TurboActivate on .NET 10?

ago
Answer

It does work with all versions of .NET.

What's the error. Provide versions, error details, etc, etc:


https://wyday.com/limelm/help/faq/#useful-reports

ago

TurboActivate.dll version is 26.0.2

Framework version .Net10

An exception is trown when this line is executed:

handle = Native.TA_GetHandle(vGUID);

The exception is:

 An attempt was made to load a program with an incorrect format. (0x8007000B)

ago

It works properly with the latest version.

ago