|
-
May 8th, 2001, 03:22 PM
#1
Word Templates
Why can't I create a Word Application object when I execute the following line of code:
Set oWordApp = Server.CreateObject("Word.Application.9")
It gives the error that I can't create an Out of Process component.
I've got Word2000 installed and I got the ProgID above from the OLE/COM Object Viewer, therefore my PC must recognize the ProgID.
Further, how can I use a Word template (with bookmarks), to send parameters to from within ASP code? I managed to do it in VB, but I don't know if it's going to work in ASP (if only I can get past the CreateObject statement...)
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|