Usage of Aspose with ASP application

Received : 2007/07/31 06:32:32
Message : Hi Vladimir,

I got the dll registration done for the application. However, when I use the code snippet provided in the link given by you, I now get an error “The system cannot find the file specified”. I tried to search out various options but none worked. Can you please guide for this? Also I want to highlight one more point and that is, when I go to my registry settings and type Aspose_Words or Aspose.Words, I am not able to see anything even after successful registration of the dll. Could this be one of the possible errors?

The code snippet I used was:
Dim helper
Set helper = CreateObject("Aspose.Words.ComHelper")
Dim doc
Set doc = helper.Open("C:\\ffwork offsite confirmation bFFAOffC Test.doc")

Regards,
Divya


This message was posted using Aspose.Live 2 Forum

Hello Divya,

Can you please post your messages relating to this issue in one thread. Posting it via Live support forum creates new thread for every message and it is really hard to follow the issue properly. Also, the users that will have the similar problems and will find these threads via site search will be confused and find it hard to get some use of our discussion.

Concerning your problem. If you get the error during ASP page execution it usually tells the exact line where the error occurs. You can then tell exactly what code gives the error and let me know. Otherwise it is hard to tell on my side what you problem is. Also please note that ASP is executed under specific system account which can as well lack the permissions to load the files from the paths that you specify. So during development it is better to use local path (the same that ASP page resides in). Or if you work with other path you need to give the ASP system account specific permissions to access the given path.

Hope this helps,