0
votes

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?

1
I suggest to use a texteditor to look into every csproj for the SQLite reference and look at the version required - Steve

1 Answers

1
votes

Make sure you updated SQLite in all projects - even if they only hold a reference to projects/libs containing your actual SQLite-project.