gpt4 book ai didi

.net - 系统.data.sqlite.net 4

转载 作者:IT王子 更新时间:2023-10-29 06:17:39 26 4
gpt4 key购买 nike

是否有 System.Data.SQLite 的 .Net 4 版本?

目前我得到这个错误:

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>

关于.net - 系统.data.sqlite.net 4,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2605490/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com