error in excel report
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hello friends, i am using excel report in asp.net. my excel report is working fine when run within cs file. when publish the project to run on iis the show error. object refrance not set.
-
hello friends, i am using excel report in asp.net. my excel report is working fine when run within cs file. when publish the project to run on iis the show error. object refrance not set.
That means something you assumed would never be null, is null. Perhaps because Excel is not on the server ? I am obviously guessing, no-one could actually pinpoint the error without seeing the code that is throwing the exception.
Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.