Hi,
I need help from the experts since I am a newbie in c#.net programming. I am running visual studio 2010. My OS is windows vista. The problem is that I can’t print data present in the DataGridView Connectivity. I have tried my best to fix it, but I was unable to find the actual problem. It worked fine before, but I have no idea what happened now? You can see a screenshot of the error below.
Â
Error
Â
The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local
machine.
                                       OK
Any help will be greatly appreciated.
Thanks.
Unable to print data present in the DataGridView Connectivity
Hi,
It is clear from the error message that you do not have the Microsoft Jet OLEDB 4.0 on your system. To use Visual studio 2010 you need to install Jet OLEDB 4.0 on your computer. Follow the steps below:
1. Download the version 4.0 of Microsoft Jet and save it on your desktop. Now, run the setup file and install it on your computer.
2. Make sure that you are logged in with the account that has the administrator rights. To install Jet OLEDB you need the administrator rights.
3. After installation, restart your computer.
4. Also make sure that you have the .NET framework 3.5 installed on your computer. You need to have this version to sun Visual Studio 2010.
Hope this information helps you.