'/' 應用程式中發生伺服器錯誤。

[DBNETLIB][ConnectionWrite (send()).]一般網路錯誤。 查閱您的網路文件。

描述: 在執行目前 Web 要求的過程中發生未處理的例外狀況。請檢閱堆疊追蹤以取得錯誤的詳細資訊,以及在程式碼中產生的位置。

例外狀況詳細資訊: System.Data.OleDb.OleDbException: [DBNETLIB][ConnectionWrite (send()).]一般網路錯誤。 查閱您的網路文件。

原始程式錯誤:


行 230:                }              
行 231:                OleDbDataAdapter sqlAdapter = new OleDbDataAdapter(sqlCmd);               
行 232:                sqlAdapter.Fill(sqlTable);
行 233:                sqlTableRow = sqlTable.Rows.Count;
行 234:            try

原始程式檔: d:\userdata\vhosts\tsfa.com.tw\httpdocs\App_Code\ez\sql.cs    行: 232

堆疊追蹤:


[OleDbException (0x80004005): [DBNETLIB][ConnectionWrite (send()).]一般網路錯誤。 查閱您的網路文件。]
   System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(OleDbHResult hr) +1217017
   System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult) +256
   System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult) +216
   System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult) +60
   System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method) +164
   System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior behavior) +115
   System.Data.OleDb.OleDbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) +10
   System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +140
   System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) +162
   System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) +111
   ez.sql.selectTable(String sqlCommand, ArrayList OleDbParameters) in d:\userdata\vhosts\tsfa.com.tw\httpdocs\App_Code\ez\sql.cs:232
   ez.sql.selectTable(String sqlCommand) in d:\userdata\vhosts\tsfa.com.tw\httpdocs\App_Code\ez\sql.cs:206
   ez.data.info.Load() in d:\userdata\vhosts\tsfa.com.tw\httpdocs\App_Code\ez\data\info.cs:61
   ez.web.pages.PageBase.WebSetInfo_Load(Object sender, EventArgs e) in d:\userdata\vhosts\tsfa.com.tw\httpdocs\App_Code\ez\web\pages\PageBase.cs:76
   System.EventHandler.Invoke(Object sender, EventArgs e) +0
   System.Web.UI.Control.OnInit(EventArgs e) +97
   System.Web.UI.Page.OnInit(EventArgs e) +14
   System.Web.UI.Control.InitRecursive(Control namingContainer) +142
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +416


版本資訊: Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.8.4700.0