I am reading the contents of an excel sheet in my application using:
OleDbConnection con = new OleDbConnection(\"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\"
Microsoft.Jet.OLEDB doesn't have 64bit version, only 32bit. Compile your application as 32bit (Platform target: x86 in build option).