Reading from excel in C# .net windows server R2 -
while reading excel file on local environment using oledb works well. doing on windows server required download oledb engine (ms access engine 2010). can downloaded form:
https://www.microsoft.com/en-us/download/details.aspx?id=13255
but approach isn't working on windows server 2012 r2 after downloading required libraries.
can please?
the issue 64-bit windows server 2012 wan't able read xls file, if access database engine present in it. able read xlsx files though.
to resolve this, went application pool in iis, , set property of 32-bit applications "true" there. started work both xls , xlsx files.
Comments
Post a Comment