Could not load file or assembly 'System.Data.SQLite, Version=1.0.111.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139'
I have web Application which has ref to BLL & DAL Layer.
In DAL I am using System.Data.SQLite.
while running code it throws above error.
What I tried so far
1. Copy ddl in web bin
2. added tages
Rajanikant HawaldarPosted Jun 13, 2019, 12:59 AM