When i run my console application on my local system i didn't faced any error. But when i deployed my application to my windows server 2008 r2 it throws an error as below,
Problem Event Name: CLR20r3
Problem Signature 01: testexcel.exe
Problem Signature 02: 1.0.0.0
Problem Signature 03: 54294236
Problem Signature 04: mscorlib
Problem Signature 05: 4.0.30319.18444
Problem Signature 06: 52717edc
Problem Signature 07: 10eb
Problem Signature 08: 6f
Problem Signature 09: PSZQOADHX1U5ZAHBHOHGHLDGIY4QIXHX
OS Version: 6.1.7601.2.1.0.272.7
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
In my code i'm using Microsoft.Office.Interop.Excel dll to generate the excel(.xls or .xlsx) and my servers doesn't have MS office. Is it possible to run my console application to generate the excel without installing MS office?
Can any one please help on this?
Thanks in Advance!