kzen.dev
  • Pytania
  • Tagi
  • Użytkownicy
Powiadomienia
Nagrody
Rejestracja
Po zarejestrowaniu się, będziesz otrzymywać powiadomienia o odpowiedziach i komentarzach do swoich pytań.
Zaloguj się
Brak tłumaczeń pasujących do Twojego wyszukiwania Jeśli masz już konto, zaloguj się, aby sprawdzić nowe powiadomienia.
Za dodane pytania, odpowiedzi i komentarze przewidziane są nagrody.
Więcej
Źródło
Edytuj
Shailesh Sahu
Shailesh Sahu
Question

'Microsoft.ACE.OLEDB.12.0' provider nie jest zarejestrowany na lokalnym komputerze

Próbuję pobrać dane z pliku Excel na podstawie zdarzenia kliknięcia przycisku. Mój ciąg połączenia to:

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

Kiedy klikam na przycisk, dostaję następujący błąd:

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

Nie mam pojęcia, jak to naprawić. Mój system operacyjny to Windows 7.

405 2011-07-11T11:23:56+00:00 3
Md.  Suman Kabir
Md. Suman Kabir
Edytowane pytanie 2. listopada 2017 в 7:15
Programowanie
vb.net
excel
.net
c#
ole
Popular videos
Fix error the 'Microsoft ACE.OLEDB.12.0' provider is not registered on the local machine
Fix error the 'Microsoft ACE.OLEDB.12.0' provider is not registered on the local machine
1 rok temu
Microsoft.ACE.OLEDB.12.0 provider is not registered on the local machine solution | FoxLearn
Microsoft.ACE.OLEDB.12.0 provider is not registered on the local machine solution | FoxLearn
6 lat temu
HOW TO FIX ERROR (2020) The Microsoft.ACE.OLEDB.12.0 provider is not registered on the local machine
HOW TO FIX ERROR (2020) The Microsoft.ACE.OLEDB.12.0 provider is not registered on the local machine
2 lata temu
How to Fix 'The Microsoft.ACE.OLEDB.12.0' is not Registered on Local Machine' Error in UiPath?
How to Fix 'The Microsoft.ACE.OLEDB.12.0' is not Registered on Local Machine' Error in UiPath?
2 lata temu
[SOLVED] SQL Server : The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine
[SOLVED] SQL Server : The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine
5 lat temu
Solved MS Access Connection Error from .NET- The Microsoft.ACE.OLEDB.12.0 provider is not registered
Solved MS Access Connection Error from .NET- The Microsoft.ACE.OLEDB.12.0 provider is not registered
2 lata temu
VS 2017 : The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on Local machine. [SOLVED]
VS 2017 : The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on Local machine. [SOLVED]
5 lat temu
SOLVED: The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine || eSSL Error
SOLVED: The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine || eSSL Error
1 rok temu
eSSL Error : Microsoft.ACE.Oledb 12.0. provider is .not register on local machine
eSSL Error : Microsoft.ACE.Oledb 12.0. provider is .not register on local machine
5 lat temu
Cara Mengatasi Error The Microsoft.ACE.OLEDB.12.0 provider is not registered on the local machine
Cara Mengatasi Error The Microsoft.ACE.OLEDB.12.0 provider is not registered on the local machine
3 lata temu
eSSL eTimeTracke 10 Windows x64 installation | 'Microsoft.ACE.OLEDB 12.0' Error Resolved
eSSL eTimeTracke 10 Windows x64 installation | 'Microsoft.ACE.OLEDB 12.0' Error Resolved
5 lat temu
Fix :  Microsoft.ACE.OLEDB.12.0 Provider is not registered on the local machine
Fix : Microsoft.ACE.OLEDB.12.0 Provider is not registered on the local machine
1 rok temu
microsoft ace oledb 15.0 provider is not registered on the local machine
microsoft ace oledb 15.0 provider is not registered on the local machine
6 lat temu
cara mengatasi error microsoft ace oledb 12 0 provider is not registered on the local machine
cara mengatasi error microsoft ace oledb 12 0 provider is not registered on the local machine
3 lata temu
The 'Microsoft.ACE.OLEDB.12.0' Provider is not registered on the Local Machine, Etime Tracklite Erro
The 'Microsoft.ACE.OLEDB.12.0' Provider is not registered on the Local Machine, Etime Tracklite Erro
3 lata temu
microsoft.ace.oledb.12.0' provider is not registered on the local machine vb.net
microsoft.ace.oledb.12.0' provider is not registered on the local machine vb.net
1 rok temu
'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine solution
'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine solution
8 lat temu
حل مشكلة ( the microsoft oledb.12.0 provider is not registered on local machine )
حل مشكلة ( the microsoft oledb.12.0 provider is not registered on local machine )
2 lata temu
« Poprzedni
Następny »
To pytanie ma 1 odpowiedź w języku angielskim, aby je przeczytać zaloguj się na swoje konto.
Solution / Answer
 Variant
Variant
11. lipca 2011 в 11:28
2011-07-11T11:28:15+00:00
Więcej
Źródło
Edytuj
#12919147

Cóż, musisz go zainstalować. You're looking for:

  • The 2007 Office System Driver: Data Connectivity Components.
Gil Epshtain
Gil Epshtain
Edytowana odpowiedź 5. marca 2019 в 3:45
492
0
 rsbarro
rsbarro
22. lutego 2013 в 7:53
2013-02-22T19:53:33+00:00
Więcej
Źródło
Edytuj
#12919149

64-bitowa wersja 'Microsoft Access Database Engine 2010 Redistributable', która pozwoli na korzystanie z 'Microsoft.ACE.OLEDB.12.0' dostawcy jest dostępna tutaj:
http://www.microsoft.com/en-us/download/details.aspx?id=13255

Jeśli używasz pobierania z zaakceptowanej odpowiedzi, będziesz musiał zbudować dla x86, jak wskazał @backtestbroker.com.

145
0
 timodius
timodius
15. lutego 2013 в 7:42
2013-02-15T19:42:27+00:00
Więcej
Źródło
Edytuj
#12919148

Otrzymałem ten błąd / wyjątek w Visual Studio 2010, gdy zmieniłem mój build w oknie dialogowym Configuration Manager z "x86" na "Any CPU". Ten sterownik bazy danych OLEDB, jak rozumiem, działa tylko w x86 i nie jest kompatybilny z 64bit. Zmiana konfiguracji budowania z powrotem na x86 rozwiązała dla mnie problem.

32
0
Dodaj pytanie
Kategorie
Wszystkie
Technologia
Kultura / Rekreacja
Życie / Sztuka
Nauka
Profesjonalny
Biznes
Użytkownicy
Wszystkie
Nowy
Popularny
1
bran Bran
Zarejestrowany 1 dzień temu
2
Олечка Арапова
Zarejestrowany 1 dzień temu
3
Роман Азаров
Zarejestrowany 1 tydzień temu
4
Mansur Zakirov
Zarejestrowany 2 tygodnie temu
5
Тагир Мамедов
Zarejestrowany 2 tygodnie temu
DE
EL
ES
ET
FR
ID
IT
JA
NL
PL
PT
RU
TR
ZH
© kzen.dev 2023
Źródło
stackoverflow.com
na podstawie licencji cc by-sa 3.0 z przypisaniem