TurboActivate.dll 0xC0000005 exception in innosetupAnswered

We are evaluating the Inno setup for one of our applications. We ran into an issue while validating the license information. We are getting runtime error "*** Setup exit code: 0xC0000005" while compiling the default Innosetup script, but the same is working fine in manual activation.

Operating System: Windows 11
Inno setup compiler version:6.2.1
Error Code:
taHandle := TA_GetHandle(VERSION_GUID);

Answer

Much more information is needed.

You're getting an error. OK. From where. What function? What parameter? What return code? Etc., etc, etc., etc.

If it's an error from a function, did you look up what that error means (we have documentation). For example, TurboActivate.h (in “API\C\TurboActivate.h”) contains every single function, every single parameter, and every single possible error code explained in copious detail.

Thanks for your reply. The issue has been resolved after placing the "TurboActivate\bin-windows\x86\additional" folder supporting files for "TurboActivate.dll".