“Microsoft.ACE.OLEDB.12.0'供应商未注册在本地计算机上 [英] 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine

查看:355
本文介绍了“Microsoft.ACE.OLEDB.12.0'供应商未注册在本地计算机上的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想从一个按钮单击事件的Excel文件中获取数据。我的连接字符串是:

I'm trying to get data from an Excel file on a button click event. My connection string is:

 string connString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\\source\\SiteCore65\\Individual-Data.xls;Extended Properties=Excel 8.0;";

当我按一下按钮,我得到了以下错误:

When I click on the button, I got the following error:

在'Microsoft.ACE.OLEDB.12.0'供应商未注册在本地计算机上。

The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine.

我不知道如何解决这个问题。我的操作系统是Windows 7操作系统。

I have no clue how to fix this. My operating system is Windows 7.

推荐答案

那么,你需要安装它。您正在寻找:

Well, you need to install it. You're looking for:


  • 2007 Office系统驱动程序:数据连接组件

  • The 2007 Office System Driver: Data Connectivity Components.

这篇关于“Microsoft.ACE.OLEDB.12.0'供应商未注册在本地计算机上的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆