产品使用及交流论坛

首页 » 产品使用交流区 » 安装及使用交流 » 步骤3:管理密码设置以后:Server Error in '/' Application.
jhy - 2010/9/29 23:13:00
步骤3:管理密码设置以后:Server Error in '/' Application.

第一步骤:
1909



第二步骤:

1910




第三步骤:
1911


第四步骤:

Server Error in '/' Application.
--------------------------------------------------------------------------------

The .Net Framework OleDb Data Provider requires Microsoft Data Access Components(MDAC) version 2.6 or later.  Version 2.53.6200.1 was found currently installed.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.InvalidOperationException: The .Net Framework OleDb Data Provider requires Microsoft Data Access Components(MDAC) version 2.6 or later.  Version 2.53.6200.1 was found currently installed.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  

Stack Trace:


[InvalidOperationException: The .Net Framework OleDb Data Provider requires Microsoft Data Access Components(MDAC) version 2.6 or later.  Version 2.53.6200.1 was found currently installed.]
   System.Data.Common.ADP.CheckVersionMDAC(Boolean ifodbcelseoledb) +1462012
   System.Data.OleDb.OleDbConnectionInternal.GetObjectPool() +125
   System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection) +51
   System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject) +53
   System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup) +27
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +47
   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +105
   System.Data.OleDb.OleDbConnection.Open() +37
   PageAdmin.Install.Update_Login() +214
   PageAdmin.Install.Next_3(Object src, EventArgs e) +10
   System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
   System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107
   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
jhy - 2010/9/29 23:31:00
补充:系统:WindOWs 2000 Server
Microsoft .NET Framework Version:2.0
jhy - 2010/9/30 0:15:00
终于被我找到了The .Net Framework OleDb Data Provider requires Microsoft Data Access Components(MDAC) version 2.6 or later.  Version 2.53.6200.1 was found currently installed.

在注册表HKEY_LOCAL_MACHINE\Software\Microsoft\DataAccess下所有键值为2.53.6200.1改为高于2.6就行了(如改为:2.63.6200.1
jhy - 2010/9/30 0:17:00
哈哈   高兴啊  今天是我第一次安装window2000   第一次组建asp服务器环境   第一次做网页 :-|
1
查看完整版本: 步骤3:管理密码设置以后:Server Error in '/' Application.