question

Upvotes
Accepted
1 0 0 0

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 ?.

#technologyrfarfa-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hi @uttareshwar.choudhari ,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?
If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,
AHS

@uttareshwar.choudhari

Hi,

Please be informed that a reply has been verified as correct in answering the question, and marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
79.2k 251 52 74

@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.


icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.