Please find below the problem that I am facing:
My application is on ASP and I am trying to use ASPOSE.Words with it.I have used the tlb commnad in order to refer the dll with my application.Below is the way I have used it with my application:
I have registered in the above way the dll.
After studying the compatibility of Aspose with ASP application, the following observations are seen from type lib:
- _Document interface is hidden.
- Hence, method name of Document will not appear.
- As a result I need to type it by my own along with the parameters. For this I will have to refer to the documentation or any knowledge base that may be available on Aspose site for the usage of COM components.
So far, so good. However, when I try to use the code snippet provided at the Aspose help site, it states that ActiveX Component can’t create object. The possible reason is that the dll is not registered properly. I have tried to deregister it and again register in the same way as stated above. However, it is still throwing the same error. Please guide me through this.
Regards,
Divya