Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开始学习sqlite。我在我的 Visual Studio 项目中引用了 System.Data.SQLite.dll,但我不明白 SQLite.Interop.dll 在图片中的位置?我是否也应该引用它或将其包含在我的项目中?
谢谢。
仅参考 System.Data.SQLite.dll。
互操作 dll 是 SQLite 的“内部管道”。它必须是 System.Data.SQLite.dll 可以加载它的位置。