Could not load file or assembly 'CSVLibraryAK' error
Posted by tjfan001 on
URL: https://forum.asmak9.com/Could-not-load-file-or-assembly-CSVLibraryAK-error-tp60.html
This issue was resolved in 1.1.0.0. I was asked to post it here to share with others:
=================================================================
I downloaded and installed CSVLibraryAK through Visual Studio 2019 NuGet Package Manager. However, when I tried to run the program that accesses Import function of the library, I got the following run-time error:
SystemBadImageFormatException: 'Could not load file or assembly 'CSVLibraryAK, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format.'
I'm using Windows 8.1 Professional 64-bit, .Net Framework 4.8. Is it possible that the library only supports 32-bit machines?