I use Vs2013. I have created application in which I use Excel file as an input and get contact from the file.
Everything is working in my computer. I have Vs2013. Windows 8.1, Ms office 2007 & 2013.
When I run my application in any other computer, it throws
Could not load file or assembly 'office, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bc111e9429c' or one of its dependencies. The system cannot find the file specified
As per my application requirement, I need to use Excel file from Office 2007 to 2013.
I have referred few StackOverflow links but I am not getting result. I am stuck. Please suggest me how to solve this.
Microsoft.ACE.OleDb
, and work with excel file just like with DB table. Regardless, you seem missing Excel.dll – Contrivance