c# 4.0 - can not import Excel files to my site -


i make website using asp.net c#
on-site access data excel file
website on computer works without errors
, on website server , when set excel file please click on button lift gives me following error

"the 'microsoft.ace.oledb.12.0' provider not registered on local machine."

my conection string :

oledbconnection oldbcon = new oledbconnection("provider=microsoft.ace.oledb.12.0;data source=" + path + ";extended properties='excel 12.0 xml;hdr=no;imex =1 ;impoertmixedtypes = text;typeguessrows = 0'"); 


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -