我已将System.Data.sqlite.Core NuGet包添加到我的LINQPad 5 Query(Premium)中,然后尝试执行以下操作:
new sqliteConnection(":memory:").Dump();
但我得到:
DllNotFoundException: Unable to load DLL ‘sqlite.Interop.dll’: The
specified module could not be found. (Exception from HRESULT:
0x8007007E)
如何告诉LINQPad在哪里找到sqlite Native DLL?
请注意我不想使用IQ驱动程序.