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)
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?
It does work with all versions of .NET.
What's the error. Provide versions, error details, etc, etc:
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)
It works properly with the latest version.