in Education by
I am receiving the error "'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine" when performing the following steps: start visual studio 2017 community from menu bar choose: tools | connect to database from dialog choose: Microsoft Access Database File (OLE DB) browse to access 2013 database file click "test connection" I realize there are many other posts regarding this issue but I have reviewed many of them and tried solutions listed to no avail. I have the following installed: Microsoft Access 2013 x64 Microsoft Access database engine 2016 x64 Microsoft Access Runtime 2013 x64 Running the following powershell script seems to confirm the driver is installed: PS C:\Users\zwrm1> (New-Object system.data.oledb.oledbenumerator).GetElements() | select SOURCES_NAME, SOURCES_DESCRIPTI ON SOURCES_NAME SOURCES_DESCRIPTION ------------ ------------------- SQLOLEDB Microsoft OLE DB Provider for SQL Server MSOLAP Microsoft OLE DB Provider for Analysis Services 11.0 MSOLAP Microsoft OLE DB Provider for Analysis Services 11.0 MSDataShape MSDataShape SQLNCLI11 SQL Server Native Client 11.0 Microsoft.ACE.OLEDB.12.0 Microsoft Office 12.0 Access Database Engine OLE DB Provider Microsoft.ACE.OLEDB.15.0 Microsoft Office 15.0 Access Database Engine OLE DB Provider Microsoft.ACE.OLEDB.16.0 Microsoft Office 16.0 Access Database Engine OLE DB Provider ADsDSOObject OLE DB Provider for Microsoft Directory Services SQLNCLI11 Enumerator SQL Server Native Client 11.0 Enumerator Windows Search Data Source Microsoft OLE DB Provider for Search MSDASQL Microsoft OLE DB Provider for ODBC Drivers MSDASQL Enumerator Microsoft OLE DB Enumerator for ODBC Drivers SQLOLEDB Enumerator Microsoft OLE DB Enumerator for SQL Server MSDAOSP Microsoft OLE DB Simple Provider MSOLAP Microsoft OLE DB Provider for Analysis Services 13.0 MSOLAP Microsoft OLE DB Provider for Analysis Services 13.0 How can I fix this error and successfully open my access database in visual studio 2017 community? Thanks for any thoughts, zwrm1 JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
It seems Visual Studio 2017 is a 32 bit application and can only "see" 32 bit data sources. I was unable to install 32 bit drivers in a straight forward fashion because the 32 bit installer for the drivers won't let you run it if you have 64 bit office installed (which I do, and I don't want to go back to 32bit office). However, from other posts I realized that the 32 bit 2010 Access Runtime package can install alongside 64 bit office if one uses the /passive flag. (FWIW, I think I tested the 2013 access runtime package first and was unable to get it to install 32 bit drivers alongside the 64bit drivers). Once I got the 32 bit drivers installed VS was able to see my data sources and everything works well.

Related questions

0 votes
    Microsoft has chosen to not release a 64-bit version of Jet, their database driver for Access. Does anyone ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 22, 2022 in Education by JackTerrance
0 votes
    Microsoft has chosen to not release a 64-bit version of Jet, their database driver for Access. Does anyone ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 21, 2022 in Education by JackTerrance
0 votes
    Visual Studio Code has option to connect to jupyter notebook. When it's done I can execute my script ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 24, 2022 in Education by JackTerrance
0 votes
    I am using Visual Studio 2017 Community Edition (CE), and I have signed into my Microsoft account and I am ... to resolve this issue. Select the correct answer from above options...
asked Jan 30, 2022 in Education by JackTerrance
0 votes
    I am new to VBA and I'm trying to create a form in Access where a text box is enabled or ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 5, 2022 in Education by JackTerrance
0 votes
    I have two forms: frmClient', (which has a subform that lists applicants), and frmDisclosure', which ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 17, 2022 in Education by JackTerrance
0 votes
    I'm using excel vba to pull data from a MS Access DB - this is using Excel 2013 and Access 2013 ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 29, 2022 in Education by JackTerrance
0 votes
    When compiling boost filesystem (1_46_1) with Intel 12 Release 4, and Visual Studio 10, I get this error ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 2, 2022 in Education by JackTerrance
0 votes
    I have tried many solution online but I am unable to fix. First off all i check in bin and it ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 7, 2022 in Education by JackTerrance
0 votes
    A gitlab-runner configuration script .gitlab-ci.yml, for execution in the Powershell: windows: tags: - ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 17, 2022 in Education by JackTerrance
0 votes
    After installing the F# September CTP (1.9.6.2), Visual Studio 2008 frequently gives an error "Microsoft ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 10, 2022 in Education by JackTerrance
0 votes
    What is the .vs folder used for exactly? It gets created at the base folder of my solution. I ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 7, 2022 in Education by JackTerrance
0 votes
    In Visual Studio Code, is there any way to have new tabs open to the right of all existing tabs? ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 6, 2022 in Education by JackTerrance
0 votes
    I'm trying to implement continuous integration and continuous deployment to my DEV Azure App Service. I'm ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 4, 2022 in Education by JackTerrance
0 votes
    In Visual Studio Code, is there any way to have new tabs open to the right of all existing tabs? ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 4, 2022 in Education by JackTerrance
...