.net - SQL Lite Exception -


i have generated model sqllite in application , when try call dbcontext call it's throwing exception.

an exception of type system.io.fileloadexception occurred in mscorlib.dll not handled in user code

additional information: not load file or assembly 'system.data.sqlite.ef6, version=1.0.93.0, culture=neutral, publickeytoken=db937bc2d44ff139' or 1 of dependencies. located assembly's manifest definition not match assembly reference. (exception hresult: 0x80131040)

please me.

control webapi , asp.net mvc projects output bin directories see if have system.data.sqlite.ef6.dll.

most not have dll , need set copy local property dll.


Comments