下载安装CodeSith,我用的是7.0
http://www.ibeifeng.com/down.php?id=36606
下载和自己framework版本一致的SQLite安装文件,这里用的是4.5程序
http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki
64位系统配置.netframe work machine.config文件
找到C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\machine.config 在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"/>
复制Sqlite的dll文件到Codesmith里面
打开C:\Program Files\System.Data.SQLite\2010\bin,复制System.Data.SQLite.dll和SQLite.Interop.dll到codesmith安装目录,如C:\Program Files (x86)\CodeSmith\v7.0\bin
重启Codesmith,可以正常生成代码
大道至简