Click here to Skip to main content
15,889,116 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more: , +
Hi
My Asp.Net 4.0 application is working fine in Window 7 32 bit development box but when i deployed it in Window 2008 R2 64 bit server (IIS 7.5), I cannot able to access excel 2010 file using microsoft.ace.oledb.12.0

I have shared hosting plan and cannot able to install drivers on server. Is it possible to do web.config changes and keep 64 bit component in bin folder to make it work.

Thanks Regards
Posted
Updated 5-Sep-11 23:16pm
v2

1 solution

I think it is COM based API so needs installation.

Why dont you speak with your Vendor, just dropping him a mail to update his server with latest drivers?

To access this driver from a 64 bit machine you can use
This tutorial[^]
 
Share this answer
 

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



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