Thanx for the reply but the machine in which my application is installed is a server machine(running on Windows Server 2008 R2 SP1) and it is as u can guess running on the 64-bit OS.
so i am lost a bit, there were so many replies in the link that you suggested i had tried some of them before, some i tried but in vain.so do let me know if you hava any more ides....
the machine in which my application is installed is a server machine(running on Windows Server 2008 R2 SP1) and it is as u can guess running on the 64-bit OS.
Navigate to Server Manager > Roles > Web Server (IIS) > Internet Information Services (IIS) Manager, then look under your machine name > Application Pool
Under there you can call the DefaultAppPool’s advanced settings to change Enable 32-Bits Applications to True
You may have to restart the service for it to take effect but it should work
I appreciate the answers given above but in vain, i am still facing the same issue regarding The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.
I have configured the Application pool with 32-bit application to be enabled.please let me know how to proceed.
bloggernext
Contributor
2580 Points
481 Posts
The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.
Oct 21, 2011 09:17 PM|LINK
When i am trying to populate a html table by importing data from an excel template i am encountering this error.
any help would be appreciated....
p.s. i have installed the MS Office package in the system from which i am accessing the application(i.e. Server).
cubangt
Contributor
3052 Points
2402 Posts
Re: The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.
Oct 21, 2011 09:22 PM|LINK
Have you tried any of these suggestions found on this post?
http://social.msdn.microsoft.com/Forums/en-US/adodotnetdataproviders/thread/45aa44dd-0e6f-42e5-a9d6-9be5c5c8fcd1/
---------------------
Mark as Answered if it helped
bloggernext
Contributor
2580 Points
481 Posts
Re: The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.
Oct 21, 2011 09:48 PM|LINK
Thanx for the reply but the machine in which my application is installed is a server machine(running on Windows Server 2008 R2 SP1) and it is as u can guess running on the 64-bit OS.
so i am lost a bit, there were so many replies in the link that you suggested i had tried some of them before, some i tried but in vain.so do let me know if you hava any more ides....
hans_v
All-Star
35986 Points
6550 Posts
Re: The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.
Oct 21, 2011 09:55 PM|LINK
Navigate to Server Manager > Roles > Web Server (IIS) > Internet Information Services (IIS) Manager, then look under your machine name > Application Pool
Under there you can call the DefaultAppPool’s advanced settings to change Enable 32-Bits Applications to True
You may have to restart the service for it to take effect but it should work
kctt
Contributor
5004 Points
948 Posts
Re: The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.
Oct 24, 2011 11:07 PM|LINK
Microsoft.Jet.OLEDB.4.0 is supported on Windows 2008 R2 SP1 64bit without the need to install anything.
Application pool must be configured with 32 bit application enabled though.
bloggernext
Contributor
2580 Points
481 Posts
Re: The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.
Oct 28, 2011 11:28 PM|LINK
I appreciate the answers given above but in vain, i am still facing the same issue regarding The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.
I have configured the Application pool with 32-bit application to be enabled.please let me know how to proceed.