- 浏览: 124993 次
- 性别:
- 来自: 深圳
文章分类
最新评论
CodeSmith+SQLite+VS2010开发环境搭配
Codsmith软件下载页面:http://www.ibeifeng.com/down.php?id=36606
SQLite驱动下载页面:http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki
Navicat for SQLite管理工具下载页面:http://www.pc6.com/softview/SoftView_57268.html
下载三个驱动文件:
http://system.data.sqlite.org/downloads/1.0.82.0/sqlite-netFx40-setup-bundle-x86-2010-1.0.82.0.exe
http://system.data.sqlite.org/downloads/1.0.82.0/sqlite-netFx40-setup-x86-2010-1.0.82.0.exe
http://sourceforge.net/projects/sqlite-dotnet2/files/SQLite%20for%20ADO.NET%202.0/(选择最新版本的SQLite-1.0.66.0-setup.exe下载)
默认安装地址
C:\Program Files (x86)\System.Data.SQLite\2008
C:\Program Files\System.Data.SQLite\2010
C:\Program Files (x86)\SQLite.NET\
资料搜集网址:
http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki
http://sourceforge.net/projects/adodotnetsqlite/files/SQLite.NET/
http://sourceforge.net/projects/sqlite-dotnet2/files/SQLite%20for%20ADO.NET%202.0/
http://sourceforge.net/projects/adodotnetsqlite/files/SQLite.NET/0.21/
http://docs.codesmithtools.com/display/Generator/Configuring+and+troubleshooting+a+Schema+Provider
http://www.05sun.com/downinfo/72855.html
http://www.filediag.com/down/System.Data.SQLite.X64.dll_893958.html
http://api.dllzj.com/down/System.Data.SQLiteX64.dll.html
http://docs.nuget.org/docs/start-here/using-the-package-manager-console
https://nuget.org/packages/SQLitex64/1.0.66
http://nuget.org/packages/System.Data.SQLite
http://visualstudiogallery.msdn.microsoft.com/27077b70-9dad-4c64-adcf-c7cf6bc9970c
http://www.ourelink.com/html/2012/Down_0615/136.html
http://www.microsoft.com/zh-cn/download/confirmation.aspx?id=6523
http://www.vdisk.cn/down/index/11222778
备注:
SQLite连接字符串:“data source=数据库文件绝对地址” (如“data source=D:\DataBase\MYDB.db”)。
Windows2008 R2 64位系统中,最好是安装CodeSmith.Professional.5.2版本的,连接到SQLite没有问题。
Windows2003 Server2003 SP2 +VS2010环境中使用Codesmith6.5连接SQLite通过。
Windows2008 R2 64位系统+VS2010环境中使用Codesmith6.5连接SQLite不通过。
安装SQLite-1.0.66.0-setup.exe后,打开CodeSmith6.5,新建SQLite数据库连接时卡住了,不知道更改哪个地方,详细错误如下:
有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。
************** 异常文本 **************
System.IO.FileLoadException: 混合模式程序集是针对“v2.0.50727”版的运行时生成的,在没有配置其他信息的情况下,无法在 4.0 运行时中加载该程序集。
在 System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, Boolean loadTypeFromPartialName, ObjectHandleOnStack type)
在 System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, Boolean loadTypeFromPartialName)
在 System.Type.GetType(String typeName)
在 System.Data.Common.DbProviderFactories.GetFactory(DataRow providerRow)
在 SchemaExplorer.Designer.SQLiteConnectionStringEditor.CreateDbProviderFactory()
在 SchemaExplorer.Designer.SQLiteConnectionStringEditor.GetConnectionStringBuilder()
在 SchemaExplorer.Designer.SQLiteConnectionStringEditor..ctor()
在 SchemaExplorer.Designer.SQLiteConnectionStringEditor..ctor(String connectionString)
在 SchemaExplorer.SQLiteSchemaProvider.ShowEditor(String currentConnectionString)
在 SchemaExplorer.Design.DataSourceUI.#ifb(Object #3Hd, EventArgs #Mqb)
在 System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 System.Windows.Forms.ButtonBase.WndProc(Message& m)
在 System.Windows.Forms.Button.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** 已加载的程序集 **************
mscorlib
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.296 (RTMGDR.030319-2900)
基本代码:
file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
TemplateEditor
程序集版本: 6.0.0.0
Win32 版本: 6.5.0.14588
基本代码:
file:///C:/Program%20Files%20(x86)/CodeSmith/v6.5/TemplateEditor.exe
----------------------------------------
CodeSmith.Registration
程序集版本: 6.0.0.0
Win32 版本: 6.5.0.14588
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/CodeSmith.Registration/v4.0_6.0.0.0__940cfcde86f32efd/CodeSmith.Registration.dll
----------------------------------------
PresentationFramework
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.298
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll
----------------------------------------
WindowsBase
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.298 built by: RTMGDR
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll
----------------------------------------
System
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.296 built by: RTMGDR
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
PresentationCore
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.298 built by: RTMGDR
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_64/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll
----------------------------------------
System.Xaml
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.298 built by: RTMGDR
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll
----------------------------------------
CodeSmith.Gui
程序集版本: 6.0.0.0
Win32 版本: 6.5.0.14588
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/CodeSmith.Gui/v4.0_6.0.0.0__9fd61cdb91609a7a/CodeSmith.Gui.dll
----------------------------------------
CodeSmith.Engine
程序集版本: 6.0.0.0
Win32 版本: 6.5.0.14588
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/CodeSmith.Engine/v4.0_6.0.0.0__9fd61cdb91609a7a/CodeSmith.Engine.dll
----------------------------------------
System.Windows.Forms
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.278 built by: RTMGDR
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.282 built by: RTMGDR
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
ActiproSoftware.Text.LLParser.Wpf
程序集版本: 112.1.560.0
Win32 版本: 112.1.560.0
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/ActiproSoftware.Text.LLParser.Wpf/v4.0_112.1.560.0__9fd61cdb91609a7a/ActiproSoftware.Text.LLParser.Wpf.dll
----------------------------------------
ActiproSoftware.Docking.Wpf
程序集版本: 112.1.560.0
Win32 版本: 112.1.560.0
基本代码:
file:///C:/Program%20Files%20(x86)/CodeSmith/v6.5/bin/ActiproSoftware.Docking.Wpf.DLL
----------------------------------------
ActiproSoftware.Shared.Wpf
程序集版本: 112.1.560.0
Win32 版本: 112.1.560.0
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/ActiproSoftware.Shared.Wpf/v4.0_112.1.560.0__9fd61cdb91609a7a/ActiproSoftware.Shared.Wpf.dll
----------------------------------------
CodeSmith.Core
程序集版本: 1.1.0.0
Win32 版本: 1.1.0.0
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/CodeSmith.Core/v4.0_1.1.0.0__9fd61cdb91609a7a/CodeSmith.Core.dll
----------------------------------------
System.Configuration
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1 (RTMRel.030319-0100)
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.233 built by: RTMGDR
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Runtime.Remoting
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1 (RTMRel.030319-0100)
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
CodeSmith.Insight.Client.Wpf
程序集版本: 1.1.1.0
Win32 版本: 1.4.1.14209
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/CodeSmith.Insight.Client.Wpf/v4.0_1.1.1.0__9fd61cdb91609a7a/CodeSmith.Insight.Client.Wpf.dll
----------------------------------------
System.Web
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.272 built by: RTMGDR
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
System.Core
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.233 built by: RTMGDR
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Runtime.Serialization
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1 (RTMRel.030319-0100)
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
----------------------------------------
System.ServiceModel
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.233 built by: RTMGDR
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel/v4.0_4.0.0.0__b77a5c561934e089/System.ServiceModel.dll
----------------------------------------
PresentationFramework.Classic
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1 built by: RTMRel
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Classic/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Classic.dll
----------------------------------------
ActiproSoftware.Themes.Office.Wpf
程序集版本: 112.1.560.0
Win32 版本: 112.1.560.0
基本代码:
file:///C:/Program%20Files%20(x86)/CodeSmith/v6.5/bin/ActiproSoftware.Themes.Office.Wpf.DLL
----------------------------------------
ActiproSoftware.Text.Wpf
程序集版本: 112.1.560.0
Win32 版本: 112.1.560.0
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/ActiproSoftware.Text.Wpf/v4.0_112.1.560.0__9fd61cdb91609a7a/ActiproSoftware.Text.Wpf.dll
----------------------------------------
ActiproSoftware.Text.Addons.DotNet.Cecil
程序集版本: 1.0.0.0
Win32 版本: 1.0.0.0
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/ActiproSoftware.Text.Addons.DotNet.Cecil/v4.0_1.0.0.0__9fd61cdb91609a7a/ActiproSoftware.Text.Addons.DotNet.Cecil.dll
----------------------------------------
ActiproSoftware.Text.Addons.DotNet.Wpf
程序集版本: 112.1.560.0
Win32 版本: 112.1.560.0
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/ActiproSoftware.Text.Addons.DotNet.Wpf/v4.0_112.1.560.0__9fd61cdb91609a7a/ActiproSoftware.Text.Addons.DotNet.Wpf.dll
----------------------------------------
ActiproSoftware.SyntaxEditor.Wpf
程序集版本: 112.1.560.0
Win32 版本: 112.1.560.0
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/ActiproSoftware.SyntaxEditor.Wpf/v4.0_112.1.560.0__9fd61cdb91609a7a/ActiproSoftware.SyntaxEditor.Wpf.dll
----------------------------------------
WindowsFormsIntegration
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1 built by: RTMRel
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsFormsIntegration/v4.0_4.0.0.0__31bf3856ad364e35/WindowsFormsIntegration.dll
----------------------------------------
PresentationCore.resources
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1 built by: RTMRel
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationCore.resources/v4.0_4.0.0.0_zh-Hans_31bf3856ad364e35/PresentationCore.resources.dll
----------------------------------------
ActiproSoftware.SyntaxEditor.Addons.DotNet.Wpf
程序集版本: 112.1.560.0
Win32 版本: 112.1.560.0
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/ActiproSoftware.SyntaxEditor.Addons.DotNet.Wpf/v4.0_112.1.560.0__9fd61cdb91609a7a/ActiproSoftware.SyntaxEditor.Addons.DotNet.Wpf.dll
----------------------------------------
UIAutomationProvider
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1 built by: RTMRel
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationProvider/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationProvider.dll
----------------------------------------
UIAutomationTypes
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1 built by: RTMRel
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationTypes/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationTypes.dll
----------------------------------------
ActiproSoftware.Editors.Wpf
程序集版本: 112.1.560.0
Win32 版本: 112.1.560.0
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/ActiproSoftware.Editors.Wpf/v4.0_112.1.560.0__9fd61cdb91609a7a/ActiproSoftware.Editors.Wpf.dll
----------------------------------------
PresentationFramework.resources
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.resources/v4.0_4.0.0.0_zh-Hans_31bf3856ad364e35/PresentationFramework.resources.dll
----------------------------------------
Newtonsoft.Json
程序集版本: 4.0.8.0
Win32 版本: 4.0.8.14612
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Newtonsoft.Json/v4.0_4.0.8.0__30ad4fe6b2a6aeed/Newtonsoft.Json.dll
----------------------------------------
System.ComponentModel.DataAnnotations
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ComponentModel.DataAnnotations/v4.0_4.0.0.0__31bf3856ad364e35/System.ComponentModel.DataAnnotations.dll
----------------------------------------
System.Data
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.237 (RTMGDR.030319-2300)
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Xml.Linq
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1 built by: RTMRel
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll
----------------------------------------
LogicNP.FolderView.WPF
程序集版本: 13.0.0.0
Win32 版本: 13.0.0.0
基本代码:
file:///C:/Windows/assembly/GAC_MSIL/LogicNP.FolderView.WPF/13.0.0.0__ff6f27194af4af75/LogicNP.FolderView.WPF.dll
----------------------------------------
ResourceAssembly
程序集版本: 1.0.0.0
Win32 版本: 13.0.0.0
基本代码:
file:///C:/Windows/assembly/GAC_MSIL/LogicNP.FolderView.WPF/13.0.0.0__ff6f27194af4af75/LogicNP.FolderView.WPF.dll
----------------------------------------
mscorlib.resources
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1 (RTMRel.030319-0100)
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------
ActiproSoftware.PropertyGrid.Wpf
程序集版本: 112.1.560.0
Win32 版本: 112.1.560.0
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/ActiproSoftware.PropertyGrid.Wpf/v4.0_112.1.560.0__9fd61cdb91609a7a/ActiproSoftware.PropertyGrid.Wpf.dll
----------------------------------------
ActiproSoftware.Editors.Interop.PropertyGrid.Wpf
程序集版本: 112.1.560.0
Win32 版本: 112.1.560.0
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/ActiproSoftware.Editors.Interop.PropertyGrid.Wpf/v4.0_112.1.560.0__9fd61cdb91609a7a/ActiproSoftware.Editors.Interop.PropertyGrid.Wpf.dll
----------------------------------------
System.Windows.Forms.resources
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1 built by: RTMRel
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
3gm12nll
程序集版本: 112.1.560.0
Win32 版本: 4.0.30319.296 built by: RTMGDR
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
TaskDialog
程序集版本: 1.0.4533.35818
Win32 版本: 1.0.0.0
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/TaskDialog/v4.0_1.0.4533.35818__9fd61cdb91609a7a/TaskDialog.dll
----------------------------------------
SchemaExplorer
程序集版本: 6.0.0.0
Win32 版本: 6.5.0.14588
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/SchemaExplorer/v4.0_6.0.0.0__9fd61cdb91609a7a/SchemaExplorer.dll
----------------------------------------
ActiproSoftware.PropertyGrid.Interop.WinForms.Wpf
程序集版本: 112.1.560.0
Win32 版本: 112.1.560.0
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/ActiproSoftware.PropertyGrid.Interop.WinForms.Wpf/v4.0_112.1.560.0__9fd61cdb91609a7a/ActiproSoftware.PropertyGrid.Interop.WinForms.Wpf.dll
----------------------------------------
SchemaExplorer.ADOXSchemaProvider
程序集版本: 6.0.0.0
Win32 版本: 6.5.0.14588
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/SchemaExplorer.ADOXSchemaProvider/v4.0_6.0.0.0__9fd61cdb91609a7a/SchemaExplorer.ADOXSchemaProvider.dll
----------------------------------------
SchemaExplorer.SqlSchemaProvider
程序集版本: 6.0.0.0
Win32 版本: 6.5.0.14588
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/SchemaExplorer.SqlSchemaProvider/v4.0_6.0.0.0__9fd61cdb91609a7a/SchemaExplorer.SqlSchemaProvider.dll
----------------------------------------
SchemaExplorer.SQLiteSchemaProvider
程序集版本: 6.0.0.0
Win32 版本: 6.5.0.14588
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/SchemaExplorer.SQLiteSchemaProvider/v4.0_6.0.0.0__9fd61cdb91609a7a/SchemaExplorer.SQLiteSchemaProvider.dll
----------------------------------------
SchemaExplorer.VistaDBSchemaProvider
程序集版本: 6.0.0.0
Win32 版本: 6.5.0.14588
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/SchemaExplorer.VistaDBSchemaProvider/v4.0_6.0.0.0__9fd61cdb91609a7a/SchemaExplorer.VistaDBSchemaProvider.dll
----------------------------------------
SchemaExplorer.ISeriesSchemaProvider
程序集版本: 6.0.0.0
Win32 版本: 6.5.0.14588
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/SchemaExplorer.ISeriesSchemaProvider/v4.0_6.0.0.0__9fd61cdb91609a7a/SchemaExplorer.ISeriesSchemaProvider.dll
----------------------------------------
SchemaExplorer.MySQLSchemaProvider
程序集版本: 6.0.0.0
Win32 版本: 6.5.0.14588
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/SchemaExplorer.MySQLSchemaProvider/v4.0_6.0.0.0__9fd61cdb91609a7a/SchemaExplorer.MySQLSchemaProvider.dll
----------------------------------------
SchemaExplorer.OracleSchemaProvider
程序集版本: 6.0.0.0
Win32 版本: 6.5.0.14588
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/SchemaExplorer.OracleSchemaProvider/v4.0_6.0.0.0__9fd61cdb91609a7a/SchemaExplorer.OracleSchemaProvider.dll
----------------------------------------
SchemaExplorer.PostgreSQLSchemaProvider
程序集版本: 6.0.0.0
Win32 版本: 6.5.0.14588
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/SchemaExplorer.PostgreSQLSchemaProvider/v4.0_6.0.0.0__9fd61cdb91609a7a/SchemaExplorer.PostgreSQLSchemaProvider.dll
----------------------------------------
SchemaExplorer.SQLAnywhereSchemaProvider
程序集版本: 6.0.0.0
Win32 版本: 6.5.0.14588
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/SchemaExplorer.SQLAnywhereSchemaProvider/v4.0_6.0.0.0__9fd61cdb91609a7a/SchemaExplorer.SQLAnywhereSchemaProvider.dll
----------------------------------------
SchemaExplorer.SqlCompact4SchemaProvider
程序集版本: 6.0.0.0
Win32 版本: 6.5.0.14588
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/SchemaExplorer.SqlCompact4SchemaProvider/v4.0_6.0.0.0__9fd61cdb91609a7a/SchemaExplorer.SqlCompact4SchemaProvider.dll
----------------------------------------
SchemaExplorer.SqlCompactSchemaProvider
程序集版本: 6.0.0.0
Win32 版本: 6.5.0.14588
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/SchemaExplorer.SqlCompactSchemaProvider/v4.0_6.0.0.0__9fd61cdb91609a7a/SchemaExplorer.SqlCompactSchemaProvider.dll
----------------------------------------
SchemaExplorer.VistaDB4SchemaProvider
程序集版本: 6.0.0.0
Win32 版本: 6.5.0.14588
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/SchemaExplorer.VistaDB4SchemaProvider/v4.0_6.0.0.0__9fd61cdb91609a7a/SchemaExplorer.VistaDB4SchemaProvider.dll
----------------------------------------
Microsoft.Build.Tasks.v4.0
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.233 built by: RTMGDR
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Build.Tasks.v4.0/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Tasks.v4.0.dll
----------------------------------------
Microsoft.Build.Utilities.v4.0
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1 built by: RTMRel
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Build.Utilities.v4.0/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Utilities.v4.0.dll
----------------------------------------
Microsoft.Build.Framework
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1 built by: RTMRel
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Build.Framework/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Framework.dll
----------------------------------------
Microsoft.Build.Tasks.v4.0.resources
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1 built by: RTMRel
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Build.Tasks.v4.0.resources/v4.0_4.0.0.0_zh-Hans_b03f5f7f11d50a3a/Microsoft.Build.Tasks.v4.0.resources.dll
----------------------------------------
System.Numerics
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1 built by: RTMRel
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
----------------------------------------
System.Data.OracleClient
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1 (RTMRel.030319-0100)
基本代码:
file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Data.OracleClient/v4.0_4.0.0.0__b77a5c561934e089/System.Data.OracleClient.dll
----------------------------------------
************** JIT 调试 **************
要启用实时(JIT)调试,
该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
jitDebugging 值。
编译应用程序时还必须启用
调试。
例如:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
启用 JIT 调试后,任何未经处理的异常
都将被发送到在此计算机上注册的 JIT 调试器,
而不是由此对话框处理。
相关推荐
CodeSmith+注册码(注册机)CodeSmith+注册码(注册机)CodeSmith+注册码(注册机)CodeSmith+注册码(注册机)CodeSmith+注册码(注册机)CodeSmith+注册码(注册机)CodeSmith+注册码(注册机)CodeSmith+注册码...
CodeSmith 的 Sqlite 数据库提供程序, 来原于CodeSmith 网站提供的Sqlite3SchemaProvider,重新针对CodeSmith5.04进行了编译. 解压在CodeSmith\SchemaProviders\ 目录下.
NHibernate 是一个流行的开源对象关系映射(ORM)框架,用于.NET环境,它允许开发者将数据库操作转换为面向对象的代码,从而简化了数据库应用程序的开发。在本项目中,结合了CodeSmith这个代码生成工具,可以自动化...
1.先安装CodeSmith+Generator+Professional+6.5.0+Revision+14588.7z中的Setup下的安装包 2.再安装Crack中的CodeSmith.Licensing.zip中的破解包 3.压缩包里有三层的模板文件 注意: 模板中如果有问题的话,...
4. **集成开发环境(IDE)插件**:CodeSmith 6.0可与Visual Studio无缝集成,使得在IDE内生成代码变得非常便捷,提高了开发流程的效率。 5. **强大的脚本语言**:内置的CSharpScript和VBScript脚本引擎允许用户在...
在这样的开发环境中,VS2012作为集成开发环境,提供了丰富的工具和功能,便于编写、测试和调试代码。而SQL Server 2008 R2作为数据库管理系统,提供了强大的数据存储和处理能力,与EF搭配使用,可以实现高效的数据...
个人测试可用,本人一直在用,网上传的很多都是不可用的(在CodeSmith中下拉选择连接类型根本没有Sqlite连接)。 CodeSmith4.1速度还是挺快的,5.*虽然默认支持了Sqlite,但CodeSmith速度很慢。 要生成基于Sqlite...
1、生成Model层的实体类的“**Models.cst”文件:本文件根据数据库的字段生成实体类,实体类的 2、生成DAL层的与数据库打交道的类... 3、依赖于一个基层操作数据库的文件:“MySQLHelper.cs”、 “SQLiteHelper.cs”。
从官网下载下来的,用节操担保,绝对纯净版,外加破解工具大礼包
CodeSmith 6.5安装包 加上其激活器 和三层架构的模板 ,C#的代码生成器
【标题】"NHibernate+Spring.net+Codesmith" 指的是一个集成开发环境,它结合了三种关键的开发框架,用于构建高效、可维护的.NET应用。在本文中,我们将深入探讨这些技术以及它们如何协同工作。 【NHibernate】是...
codesmith nettiers-2.3.1.zip codesmith 模板codesmith nettiers-2.3.1.zip codesmith 模板codesmith nettiers-2.3.1.zip codesmith 模板codesmith nettiers-2.3.1.zip codesmith 模板codesmith nettiers-2.3.1.zip...
`CodeSmith`是一款强大的模板生成工具,可以帮助开发者快速生成代码,提高开发效率。 `Entity Framework (EF)`是微软提供的一个对象关系映射(ORM)框架,允许开发者使用.NET语言直接操作数据库,而无需关注底层SQL...
CodeSmith 是一种基于模板的代码生成工具,它使用类似于 ASP.NET 的语法来生成任意类型的代码或文本。与其他许多代码生成工具不同,CodeSmith 不要求您订阅特定的应用程序设计或体系结构。使用 CodeSmith,可以生成...
CodeSmith是一款强大的代码生成工具,尤其在ASP.NET和C#开发环境中被广泛使用。它能够自动根据数据库中的表结构生成C#实体类,极大地提高了开发效率,减少了手动编写重复代码的工作量。 首先,CodeSmith的核心功能...
CodeSmith教程[全].pdf CodeSmith教程[全].pdf CodeSmith教程[全].pdf CodeSmith教程[全].pdf CodeSmith教程[全].pdf CodeSmith教程[全].pdf CodeSmith教程[全].pdf CodeSmith教程[全].pdf CodeSmith教程[全].pdf ...
总的来说,这份CodeSmith开发使用教程资料将全面覆盖CodeSmith的基本操作、高级特性以及实际应用案例,无论是新手还是老手,都能从中受益匪浅。通过学习和实践,你将能够充分利用CodeSmith的潜力,提升软件开发的...
本文将深入探讨如何利用CodeSmith在VS2005环境下生成项目和后台代码。 首先,了解CodeSmith的基本概念是必要的。CodeSmith是一个基于模板的代码生成器,它允许用户通过编写模板文件来定义代码结构。这些模板可以是...
一款用于快速生成BLL、DLL、Entity的软件。DLL自带基础方法(分页,新增,删除),功能优于动软生成器。压缩包带破解和生成指导文档。(CodeSmith破解文档+BLL/DLL/Entity生成指导文档)
内含codesmith 6.5安装程序和注册机, codesmith安装程序不仅包含Explorer还包含Studio。 此版本非常难得,找了很久才找到,资源分数虽然多了点, 但是非常值得,也请大家仔细回复,这样可以重新得到积分。