I have developed an application in C# windowsforms which get data from an excel file located at remote computer on the network.
the application works properly on my computer. but on other computers on the network it throws some strange exception.
System.IndexOutOfRangeException: Cannot find table 0. at System.Data.DataTableCollection.get_Item(Int32 index) at WindowsFormsApplication2.categoryReport.button1_Click(Object sender, EventArgs e)