Hi,
I have a requirement in my ASP.NET MVC application where I want to preview Word document(docx) in browser. For this, I am converting Word docx file to PDF using free WordToPDF dll in my application. This dll works fine on my local environment(localhost), I am able to see the PDF in browser. But it is not working on application server. When I published code to server and tried opening preview from server application, the dll method gives error as 'Object reference not set...." and it is not generating the PDF from the docx file at the specified path. Can anyone suggests what could be the cause of this? There is no any support or documentation available for this dll.