System.Data.SQLite  .net4.0

You have to add a section to your .config file to be able to load the 2.0 assembly in 4.0.  I won't have a 4.0-built assembly out for a bit yet.

<?

xml version="1.0" encoding="utf-8" ?>
<
configuration>
  <startup useLegacyV2RuntimeActivationPolicy="true">
  <
supportedRuntime version="v4.0" />
</
startup>
</
configuration

>

 

因为,System.Data.SQLite 1.0.66.0 不支持.net4.0

相关文章:

  • 2021-06-07
  • 2021-12-13
  • 2021-12-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-07
猜你喜欢
  • 2021-11-26
  • 2021-09-04
  • 2021-10-01
  • 2021-06-22
  • 2021-12-16
相关资源
相似解决方案