문제

I'm starting to learn sqlite. I have referenced the System.Data.SQLite.dll in my Visual Studio project but I don't understand where SQLite.Interop.dll fits in the picture ? Should I also reference it or include it in my project ?

Thx.

도움이 되었습니까?

해결책

Only reference System.Data.SQLite.dll.

The interop dll is "internal plumbing" for SQLite. it needs to be where System.Data.SQLite.dll can load it.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top