SQLite Forum

1.0.115.5 and SEE License
Login
We include the System.Data.SQLite.Core 1.0.114 and Stub.System.Data.SQLite.Core.NetFramework 1.0.114 in our software, and it works perfectly fine.

We recently released our product to the field, and so we took the opportunity to update both NuGet packages to 1.0.115.5 (latest) as part of the spin up for the new dev cycle.

We discovered a problem, but I don't know if it's really a problem.

We are getting the following when the SQLite dll is used for the first time:

Exception thrown: 'System.IO.FileNotFoundException' in mscorlib.dll
Could not load file or assembly 'System.Data.SQLite.SEE.License, Version=1.0.115.5, Culture=neutral, PublicKeyToken=************' or one of its dependencies. The system cannot find the file specified.

In a scratch project, it looks like this exception occurs, but then is ignored?

What is causing the exception and is there a way around it, perhaps through a configuration setting?