Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Keep getting "couldn't find installable ISAM" error.
OS is Windows 7 64bit
MS Office is 2010
Error is generated using the following:
string ced = "Provider = Microsoft.ACE.OLEDB.12.0;Data Source = d:\\alan.xlsx;Extended Properties=\"Excel14.0;HDR=YES;IMEX=1;\"";
OleDbConnection ced5 = new OleDbConnection(ced);
ced5.Open();
Error is generated when trying to open the connection
Have looked on web - lots of advice but no fixes as yet
Posted
Comments
ZurdoDev 30-Jan-12 14:37pm    
Usually that means you do not have the dll it needs. Is Office installed where the code is running?
theanil 30-Jan-12 14:56pm    
what is the error generated ?
Cedric Hendricks 30-Jan-12 16:26pm    
where should the ..dll be located?
I've looked in registry under local .../software/microsoft but there is no jet directory there. Is that the problem

1 solution

 
Share this answer
 
Comments
Cedric Hendricks 30-Jan-12 15:10pm    
Thank you Dean but I have already looked at this with no luck

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900