leran
Jan 28th, 2001, 03:08 AM
Hello,
I wrote a VB COM using a reference to msword9.olb that should run under NT from ASP page.
I checked it, and it runs perfect outside ASP but when i try use it from ASP page it get stuck. Here is the code. Can anyone tell me where i do wrong?
1. Dim WordObj As Word.Application
2. Set WordObj = New Word.Application
3. WordObj.Documents.Open "Filename.doc"
etc...
It get stuck right after the line number 2( i.e. it can't create the object).
Should i use some init?
Please help me!!! This is very urgent!!!
I wrote a VB COM using a reference to msword9.olb that should run under NT from ASP page.
I checked it, and it runs perfect outside ASP but when i try use it from ASP page it get stuck. Here is the code. Can anyone tell me where i do wrong?
1. Dim WordObj As Word.Application
2. Set WordObj = New Word.Application
3. WordObj.Documents.Open "Filename.doc"
etc...
It get stuck right after the line number 2( i.e. it can't create the object).
Should i use some init?
Please help me!!! This is very urgent!!!