“/”应用程序中的服务器错误。

不可识别的数据库格式 'D:\web\mymould.net\App_Data\WzbxData.mdb'。

说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.Data.OleDb.OleDbException: 不可识别的数据库格式 'D:\web\mymould.net\App_Data\WzbxData.mdb'。

源错误:


行 249:        catch
行 250:        {
行 251:            throw;
行 252:        }
行 253:        finally

源文件: d:\web\mymould.net\App_Code\DAL\AccessHelper.cs    行: 251

堆栈跟踪:


[OleDbException (0x80004005): 不可识别的数据库格式 'D:\web\mymould.net\App_Data\WzbxData.mdb'。]
   System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection) +973093
   System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject) +86
   System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup) +29
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +4927792
   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117
   System.Data.OleDb.OleDbConnection.Open() +40
   System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection, ConnectionState& originalState) +31
   System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +112
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +287
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) +94
   AccessHelper.ExecuteDataSet(String commandText, CommandType ctype, OleDbParameter[] oleDbParameters) in d:\web\mymould.net\App_Code\DAL\AccessHelper.cs:251
   SinglePageService.GetSinglePageBySql(String sql, CommandType type, OleDbParameter[] paras) in d:\web\mymould.net\App_Code\DAL\SinglePageService.cs:65
   SinglePageService.GetInfoById(Int32 id) in d:\web\mymould.net\App_Code\DAL\SinglePageService.cs:28
   SinglePageManager.GetInfoById(Int32 id) in d:\web\mymould.net\App_Code\BLL\SinglePageManager.cs:27
   about.InitailValue() in d:\web\mymould.net\aboutEnglish.aspx.cs:26
   about.Page_Load(Object sender, EventArgs e) in d:\web\mymould.net\aboutEnglish.aspx.cs:17
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


版本信息: Microsoft .NET Framework 版本:2.0.50727.9054; ASP.NET 版本:2.0.50727.9051