system.data.sqlite .net 4
有一system.data.sqlite 4。NET版本?
此刻我得到这个错误:
Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
什么是"这是需要额外的配置信息,或也有另一个版本,我可以使用吗?
1 2 3 4 5 | <configuration> <startup useLegacyV2RuntimeActivationPolicy="true"> <supportedRuntime version="v4.0"/> </startup> </configuration> |
根据phxsoftware的论坛:
0尽管这条消息是在2009年10月发布的,但仍有一些解决办法。
此外,似乎还有专门针对.NET 4的更新(临时)版本:
是的,现在有了。
http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki
你也可以用nuget安装它。对于nuget,在x86/x64/both之间很容易选择,http://www.nuget.org/packages?Q=system.data.sqlite.