たわごと
言少(我好固執的)
级别: 光明使者
精华:
0
发帖: 13698
威望: 20 点
金钱: 2823 RMB
在线时间:1042(小时)
注册时间:2006-04-13
最后登录:2008-07-25
|
如需不使用這個對話方塊,另行叫用 JIT (Just In Time) 偵錯功能的 詳細資料,請參閱本訊息結尾處的資訊。
************** 例外狀況文字 ************** System.Data.OleDb.OleDbException: 使用者 '(null)' 的登入失敗。原因: 未結合受信任的 SQL Server 連線。 at System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr) at System.Data.OleDb.OleDbConnection.InitializeProvider() at System.Data.OleDb.OleDbConnection.Open() at System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection, ConnectionState& originalState) at System.Data.Common.DbDataAdapter.FillFromCommand(Object data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) at G4.SYS203.SYS203_Load(Object sender, EventArgs e) in D:\GM Project\程式版本管理\G4.Develop V4.8\SYS203.vb:line 1688 at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Form.OnCreateControl() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** 已載入的組件 ************** mscorlib 組件版本: 1.0.5000.0 Win32 版本: 1.1.4322.2407 程式碼基底: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll ---------------------------------------- G4 組件版本: 1.0.2106.26444 Win32 版本: 1.0.2106.26444 程式碼基底: file:///C:/Program%20Files/PIC/NGM4/G4.Develop%20V3.6/bin/G4.exe ---------------------------------------- System.Windows.Forms 組件版本: 1.0.5000.0 Win32 版本: 1.1.4322.2032 程式碼基底: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll ---------------------------------------- System 組件版本: 1.0.5000.0 Win32 版本: 1.1.4322.2407 程式碼基底: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll ---------------------------------------- System.Drawing 組件版本: 1.0.5000.0 Win32 版本: 1.1.4322.2032 程式碼基底: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll ---------------------------------------- Microsoft.VisualBasic 組件版本: 7.0.5000.0 Win32 版本: 7.10.6001.4 程式碼基底: file:///c:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll ---------------------------------------- System.Data 組件版本: 1.0.5000.0 Win32 版本: 1.1.4322.2032 程式碼基底: file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll ---------------------------------------- System.Xml 組件版本: 1.0.5000.0 Win32 版本: 1.1.4322.2032 程式碼基底: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll ---------------------------------------- System.Windows.Forms.resources 組件版本: 1.0.5000.0 Win32 版本: 1.1.4322.573 程式碼基底: file:///c:/windows/assembly/gac/system.windows.forms.resources/1.0.5000.0_zh-cht_b77a5c561934e089/system.windows.forms.resources.dll ---------------------------------------- mscorlib.resources 組件版本: 1.0.5000.0 Win32 版本: 1.1.4322.573 程式碼基底: file:///c:/windows/assembly/gac/mscorlib.resources/1.0.5000.0_zh-cht_b77a5c561934e089/mscorlib.resources.dll ----------------------------------------
************** JIT 偵錯 ************** 若要啟用 JIT (Just In Time) 偵錯功能,則必須在此應用程式的 設定檔或電腦 (machine.config) 中, 設定 system.windows.forms 區段內的 jitDebugging 值。 且該應用程式也必須在啟用偵錯的狀態下 進行編譯。
例如:
<configuration> <system.windows.forms jitDebugging="true" /> </configuration>
當 JIT 偵錯功能啟用後,會將所有未處理的例外狀況傳送給 電腦上已註冊的 JIT 偵錯工具進行處理,而不是使用 這個對話方塊來處理。
頭很大 換新電腦 資料庫不接受我...聯繫工程師中
|
 成分:30%大叔 30%LOLI 20%YJ 10%真身 10%謎樣
|
|
[449 楼]
|
Posted: 2008-06-16 12:10:51 |
| |