简体   繁体   English

C#项目上的SQLite更新版本

[英]SQLite update version on c# project

In an old project (Visualstudio 2015 .net 4.5 ) I used sqlite 1.0.99. 在一个旧项目(Visualstudio 2015 .net 4.5)中,我使用了sqlite 1.0.99。

Last mount I have update SQLite on my pc at the version 1.0.109. 上次安装时,我在PC上更新了SQLite版本1.0.109。

Now, when I open any form of the project visual studio show this error. 现在,当我打开任何形式的项目Visual Studio时,都会显示此错误。

Could not load file or assembly 'System.Data.SQLite, Version=1.0.99.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencies. 无法加载文件或程序集'System.Data.SQLite,版本= 1.0.99.0,区域性=中性,PublicKeyToken = db937bc2d44ff139'或其依赖项之一。 Impossibile trovare il file specificato 不可能的文件传输规范

I have update the dll on the reference but the error show anyway. 我已经更新了参考上的dll,但仍然显示错误。

what solution of my problem? 我的问题有什么解决方案?

确保在所有项目中都更新了SQLite-即使它们仅包含对包含实际SQLite-project的项目/库的引用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM