In an old project (Visualstudio 2015 .net 4.5 ) I used sqlite 1.0.99.
Last mount I have update SQLite on my pc at the version 1.0.109.
Now, when I open any form of the project visual studio show this error.
Could not load file or assembly 'System.Data.SQLite, Version=1.0.99.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencies. Impossibile trovare il file specificato
I have update the dll on the reference but the error show anyway.
what solution of my problem?