|
Andraw -> Can't Create word object using CreateObject("Word.Application") in ASP (1/20/2005 9:36:24)
|
Hi, all, Before our server installed word application, I can't create word object, but I can create a download dialog box to let use download .doc file. but after we install word in server, I cant do that again, the following is the message, the line generate the msg is the call to "LoadFromFile", what's the problem??? ADODB.Stream error '800a0bba' File could not be opened. /Assessment/Basis/MyOwnTestStartDownload.asp, line 67 Another problem: After I install Word in my server, when I try the code: Set word_app = CreateObject("Word.Application"), I got the follow message: error '80010001' Call was rejected by callee. We already set our security to the lowest, still same thing, why? Everything is running OK in my local server. Andraw
|
|
|
|