`
xqf222
  • 浏览: 117465 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

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://www.sqlite.org/

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 调试器,
而不是由此对话框处理。


分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics