Quote:
|
Originally Posted by endoprocta
Hi, I recently set-up a web server which will is running .net platform. I've uploaded all my files and ran some test on the website. Everytime I tried to access the login page, i get the message below:
The .Net Data OLE DB Provider(System.Data.OleDb) requires Microsoft Data Access Components(MDAC) version 2.6 or later. Version 2.53.6200.0 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 Data OLE DB Provider(System.Data.OleDb) requires Microsoft Data Access Components(MDAC) version 2.6 or later. Version 2.53.6200.0 was found currently installed.
I've installed MDAC 2.8 but this message still comes out. What could be the problem? How can I uninstall MDAC 2.53 and install 2.8?
|
It sometimes occurs due to the order in which you installed your software. For example, from what I can remember, you need to install mdac before you install the .net framework [assuming you are using the dot.net framework].
If you have installed the .net framework, try uninstalling it - then install mdac - then reinstall the .net framework.