Getting error on website

  • Thread starter Thread starter hassanmushtaq1
  • Start date Start date
H

hassanmushtaq1

Guest
Hello.


I am getting below error.

Server Error in '/' Application. I already install 64 bit version of "The 'Microsoft.ACE.OLEDB.14.0.7015.1000' " but still getting same error.


I also update the application pool on 32 or 64 but still getting same error.

The 'Microsoft.ACE.OLEDB.14.0.7015.1000' 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.ACE.OLEDB.14.0.7015.1000' 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.ACE.OLEDB.14.0.7015.1000' provider is not registered on the local machine.]
System.Data.OleDb.OleDbServicesWrapper.GetDataSource(OleDbConnectionString constr, DataSourceWrapper& datasrcWrapper) +258
System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection) +497
System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject) +100
System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions) +57
System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) +1142
System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) +312
System.Data.ProviderBase.DbConnectionInternal.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +23
System.Data.OleDb.OleDbConnection.Open() +52
BCLINK.updateToken.btnUpdate_Click(Object sender, EventArgs e) in D:\SAM_BAK_181226\BCLINK\masterPage\Token\updateToken.aspx.vb:19
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +11758848
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +150
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5028

Continue reading...
 

Similar threads

B
Replies
0
Views
12
B.N. (SHS TE DC IND DI-SY SA)
B
R
Replies
0
Views
41
robertjohn5
R
B
Replies
0
Views
11
B.N. (SHS TE DC IND DI-SY SA)
B
R
Replies
0
Views
40
robertjohn5
R
Back
Top