i developed web application using "Microsoft.Jet.OLEDB.4.0"
to read the excel file, it's good on windows server 2003 (32-bit), but when i deployed it to another 2003 server for 64-bit, got an error message below:
The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.
i searched the internet and got the result the Jet.OLEDB.4.0 is not supported 64-bit system, some guys said that run it in 32-bit mode, i did as this, and it success, but another applications can not work, like share point, so i need to turn it back.
anybody can tell me is there any method read excel file except Microsoft.Jet.OLEDB.4.0?
VSTO can do it?
thanks.