i am trying to read a work microsoft 2010 word document in asp.net, it works fine in local host i mean when i debug application, but when i host it in iis gives errorError
Error: KushL7DocParser / Message :Object reference not set to an instance of an object. / Data :System.Collections.ListDictionaryInternal / Exception: / Target: Void btnPreview_Click(System.Object, System.EventArgs)
please help me
Thanks
Loading
Posted Oct 15, 2013, 3:17 AM
Sunny SharmaPosted Oct 15, 2013, 12:59 AM
Your code works all fine here. Suggest you to put breakpoint, step over one by one and check what line of code is raising the error.
Thanks
Posted Oct 14, 2013, 11:56 PM
Sunny SharmaPosted Oct 14, 2013, 3:54 AM