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.