Getting bad image format exception loading C# RFA8_NET120_x64.dll

I have my c# application build against Any CPU, am running application on 64 bit operating system. while most of the system it works correctly for one of the machine it says BadImage format exception while loaidng RFA_NET_120_x64.dll . what is this NET 120 ?. is the issue is caused by the .NET framework version ?.

Best Answer

  • Jirapongse
    Jirapongse admin
    Answer ✓

    @uttareshwar.choudhari

    RFA8_NET120_x64.dll is the 64bit library so to use this library, please build an application against x64 bit CPU.

    V120 is the runtime library version for Visual Studio 2013.

    The latest version of RFA.NET is 8.2.2.L2 which support Visual Studio 2015 (140), 2017 (141), a nd 2019 (142). Please check the README file in the RFA.NET package for more information.