Error occurred during the execution of the current web request

Asked By 0 points N/A Posted on -
qa-featured

Hello,

There are times when the coexistence of 64 and 32 bit code on the same machine can cause all sorts of seemingly strange issues.
One of them just occurred to me while trying to run the ASPx demos from Developer Express, my main provider of . Net components (the best supplier I’ve ever been able to find). How can I resolve this problem? Help me. Thanks.

Provider is not registered on the local machine

The ‘Microsoft.Jet.OLEDB.4.0’ provider is not registered on the local machine

File     Edit     View   History Delicious        Bookmarks    Tools   Help

Server Error in

‘/ASPxGirdViewDemos_v8_2

/ ASPxGirdViewDemos’ Application.

The ‘Microsoft.Jet.OLEDB.4,o’provider is not registered on the local machine.

Description: An unhandled exception occurred during the execution of the current web request.Please review the back trace for more information about the error  and where it originated in the code.

SHARE
Answered By 15 points N/A #171941

Error occurred during the execution of the current web request

qa-featured

From your message I am assuming you have 64 bit system, where you have 64 and 32 bit application installed and used side by side.

Now if you have downloaded some code that works with Microsoft.JET.OLEDB 4.0, it won't work because it's not for 64 bit.

You need Microsoft.ACE.OLEDB 12.0.

Just keep this in mind when dealing with 64 and 32 bit system, if system is 32 bit use JET.OLEDB, if 64 bit ACE.OLEDB is the one.

Related Questions