Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

reading word document by using asp programming

Status
Not open for further replies.

walkerdigest

Programmer
Feb 10, 2009
35
0
0
TR
I need to read text as well as tables in word document. After running my code it says server can not create object.
How can my server can create word object?
 
Make sure that you have admin privilege on the server.

If you do have admin privilege, then probably it is a security with IIS. What version of IIS do you have? You might need to update to IIS 7.0
 
My IIS version is IIS 7.0

my code is:
server.CreateObject("word.application")

output is:
800401f3 server.createobject has failed

Is this because of privilege or related to word installing.

I need word program because there are tables needs to be red as well as text. Is this possible?

 
Do you have Word Document installed on the server?
 
ok it is installed. if I don't use server word it opens a document .

but it does not show menubar. How can I save the word document and read the text inside with asp? I have also posted another thread about writing to a text file question. If you can also take a look at it I appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top