|
|
 |
Re: FN-FORUM Using Word on the Server with ASP
date posted 29th January 2001 12:52
If not low system resources, are you sure the user under whose context
the app is running has permissions to the correct registry key? Also if
it is a remote connection and you're using Win95, you need to set
EnableRemoteConnect to yes. In one app I wrote a training course for,
this type of automation didn't work unless the browser was ie4.01 sp2 or
above and set to accept all cookies and not to prompt before running
anything. However this used Word running locally on the workstation
which was called by the app running on the server.
Don't know if this is any help, MSDN library would probably give more
clues.
Kathy
----- Original Message -----
From: "Brian Burton-Cundall" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: 29 January 2001 11:41
Subject: FN-FORUM Using Word on the Server with ASP
> I found an article which supposedly allows me to write an ASP
> application with the ability to use Word running on the server to
spell
> check stuff on a Web page and return a page with suggestions for
> incorrect words.
> http://msdn.microsoft.com/library/periodic/period00/asp0071.htm
>
> In the context I'm thinking of, it's for an Intranet, speed isn't too
> important. The problem is when I tried using the code, I'm getting
> "Error accessing the OLE registry" on the line where it's trying to
> create an object for "Word.Application".
>
> I was getting an error after that "Cannot create space for macros",
but
> I tried to fix it by un-installing and re-installing Word (2000).
>
> Any ideas?
> Thanks
> Brian
>
>
> ============================================================
>
> * Free listing for freelancers
> * Free to advertise jobs
> * Free jobs distribution service
> * Free database of 1000 freelancers
>
> Freelancers and Freelance Jobs
> http://www.freelancers.net
>
> To post to the Forum:
> [EMAIL REMOVED]
>
> To unsubscribe please email:
> [EMAIL REMOVED]
>
> If you have difficulties unsubscribing please email:
> [EMAIL REMOVED]
>
> To subscribe to the digest for this list or for further information
please visit:
> http://www.freelancers.net/forum.html
>
|
 |
|