Could not load file or assembly 'System.Data.SQLite.SEE.License, Version =1.0.117.0

1.8k views Asked by At

I am facing error with window form application with .net framework. I have successfully built a SQLite database through application but when I am going to update the database it give me below error.

System.I0. FileNotFoundException: 'Could not load file or assembly "System.Data.SOLite.SEE.License, Version = 1.0.1 17.0, Culture=neutral, PublicKeyToken-433d9874d0bb98c5' or one of its dependencies. The system cannot find the specified.

I am wondering why this is giving me error beside that this database created by same file path.

I tried different versions of SQLite NuGet packages and .net framework but hadn't got luck.

1

There are 1 answers

4
Node defender On BEST ANSWER

Did you use password connection string? This is a common reason. The password connection string property relies on the legacy CryptoAPI codec. And this module code has been unmaintained since 2011, and it is no longer supported in 2017, and it cannot run at all since version 1.0.113.0. If you use a version earlier than 1.0.113.0, this issue will be resolved.

But if this doesn't work for you please provide more information.

Update:

System.Data.SQLite.Core.1.0.112.2.nupkg