产品使用及交流论坛

首页 » 产品使用交流区 » 安装及使用交流 » 高手进来看下,是怎么回事?
mabin - 2012/2/25 14:14:00
Server Error in '/' Application.
--------------------------------------------------------------------------------

The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.
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 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.

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 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.]
   System.Data.OleDb.OleDbServicesWrapper.GetDataSource(OleDbConnectionString constr, DataSourceWrapper& datasrcWrapper) +975806
   System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection) +118
   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.lanmu.Page_Load(Object sender, EventArgs e) +401
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
mabin - 2012/2/25 14:28:00
是进入后台提示出现的错误。
bxgsj1 - 2012/2/26 12:09:00
偶也遇到这样的问题,你的解决没有,通知我一下
mabin - 2012/2/27 8:58:00
版主,能否帮我解决下。

请速回。
jintiancaizhuce - 2012/2/27 9:02:00
试一下看能否解决,先把数据库下载到电脑,然后把之前备份的源文件,除了数据库之外全部覆盖上传
mabin - 2012/2/27 9:29:00
还是不行,是用的好好的,然后再进后台就出现了这种情况.
xiyou - 2012/2/27 10:27:00
你这个事access数据驱动出错,你服务器是不是64位的?

你如果用的64位系统,你要装64位的Office 2010软件,否则这个32位的access驱动程序用不了
1
查看完整版本: 高手进来看下,是怎么回事?