system.data.sqlite .net 4

前端之家收集整理的这篇文章主要介绍了system.data.sqlite .net 4前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
有.Net 4版本的System.Data.sqlite吗?

目前我得到这个错误

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.

所需的“附加配置信息”是什么,或者可以使用另一个版本?

<configuration>
  <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0"/>
  </startup>
</configuration>
原文链接:https://www.f2er.com/sqlite/198066.html

猜你在找的Sqlite相关文章