1

i need some explanation so i hope somebody knows ...

I downloaded SQLITE source from http://system.data.sqlite.org compiled it with build flags not to use interop, so i can use it with mono on linux.

On Linux + Mono the built assembly works without a problem... But on windows it says that it needs SQLITE3.dll. Now my question is why? Should it be created completley managed without the need of sqlite3.dll ? or am i mising something?

And we will not be building for windows with mono :D so Mono.data.sqlite is out of the question.

Best regards, Lonko

4

1 回答 1

0

它不是完全托管的,在 Windows 上,您需要提供带有二进制文件的 sqlite3.dll。见这里: System.data.sqlite 主页:FAQ,问题 11

于 2014-10-16T12:25:00.203 回答