Hi LimeLM!When I run LimeLM activation on my App, There was an exception with following contains:System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B) at wyDay.TurboActivate.TurboActivate.Native.TA_GetHandle(String versionGUID) at wyDay.TurboActivate.TurboActivate..ctor(String vGUID, String pdetsFilename) at TurboActivate.cs:line 116
I went to the line 116, I can saw code line: handle = IntPtr.Size == 8 ? Native64.TA_GetHandle(vGUID)
->well, absolutely, I copied two files TurboActivate.dll & TurboActivate64.dll to folder contain myapp.exe file. So, I don't know what did I wrong?Please help. So Thanks.