CorFlags.exe, System.Data.SQLite.dll and BadImageFormatException

前端 未结 2 1624
栀梦
栀梦 2021-01-13 14:56

Running CorFlags.exe against System.Data.SQLite.dll from http://sqlite.phxsoftware.com/ produces the following output.

Version   : v2.0.50727
CL         


        
2条回答
  •  感动是毒
    2021-01-13 15:14

    If you download the SQLite-1.0.66.0-binaries.zip file from sourceforget.net then this contains a bin/x64 directory with a System.Data.SQLite.dll file which is what you are looking for.

    It also has an Itanium directory too..

    The URL is:

    http://sourceforge.net/projects/sqlite-dotnet2/files/SQLite%20for%20ADO.NET%202.0/1.0.66.0/

提交回复
热议问题