标签:des class code tar color get
原文地址:http://www.haogongju.net/art/2561889
1、下载System.Data.SQLite驱动;注意:根据自己的CPU选择是32位还是64位的驱动。建议选择4.0平台以上的。我的是:sqlite-netFx40-setup-bundle-x64-2010-1.0.91.0.exe ;
2、安装完成后打开C:\Program Files\System.Data.SQLite\2010\GAC把里面的两个dll复制到CodeSimth安装目录下的bin文件夹;
3、配置
根据自己的CPU平台打开下面路径,【可能需要修改一下文件写入的安全性,设置为Everyone就可以了,否则保存不了】
<
system.data
>节点添加下面的内容。
< system.data > < DbProviderFactories > < add name = "SQLite Data Provider" invariant = "System.Data.SQLite" description = ".Net Framework Data
Provider for SQLite" type = "System.Data.SQLite.SQLiteFactory,
System.Data.SQLite" /> </ DbProviderFactories > </ system.data > |
4、重启CodeSimth就可以了。
CodeSimth-.NetFrameworkDataProvider可能没有安装。解决方法,布布扣,bubuko.com
CodeSimth-.NetFrameworkDataProvider可能没有安装。解决方法
标签:des class code tar color get
原文地址:http://www.cnblogs.com/yy-lxk/p/3704246.html