mortega33
04-27-2004, 01:10 AM
Hi,
wen i create a new objetct like this:
Set MyDoc = Server.createobject("Word.Document")
Response.ContentType = "application/msword"
MyDoc.Application.Visible = True
i get :
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/admin/docs.asp, line 12
I supuse the objet dont implemented.
Can you help me?
wen i create a new objetct like this:
Set MyDoc = Server.createobject("Word.Document")
Response.ContentType = "application/msword"
MyDoc.Application.Visible = True
i get :
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/admin/docs.asp, line 12
I supuse the objet dont implemented.
Can you help me?