I have generated my model from SQLLite
in my Application , but when i try to call DBContext
Call it's throwing an exception.
An exception of type
System.IO.FileLoadException
occurred inmscorlib.dll
but was not handled in user codeAdditional information: Could not load file or assembly 'System.Data.SQLite.EF6, Version=1.0.93.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Please help me.