Hello
We have had a very working simple, but old installation of Aspose.Net (version 5.2.1) on Windows Server 2003 (32-bit). All we do is to convert files contain html to new files that contain wordml, using a VB script that creates the following objects Aspose.words.license and Aspose.words.ComHelper to do the conversion. This has worked fine for years.
We are now migrating to Windwos Server 2008 R2 (64-bit) and are now experiencing problems. Aspose was automatically installed into Program Files (x86) and so we copies our license file there instead of Program Files. The install was successful.
However with the VBScript which simply starts with:
Dim License
Set License = CreateObject("Aspose.words.License**")**
we get the following error signalled: "ActiveX component can’t create object: “Aspose.words.License**”** with Code: 800A01AD.
We’ve checked the Registry and the references to the DLLs seem to point to the correct location.
Do you have any hints - this is quite urgent.
Thanks
Peter Tinley