您的位置:首页 > 数据库

System.Data.SQLite 1.0.66.0不能在 .net4.0下运行

2011-03-09 22:16 369 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐