Current location: Hot Scripts Forums » Programming Languages » ASP » Server.createObject error!!


Server.createObject error!!

Reply
  #1 (permalink)  
Old 10-15-03, 09:45 AM
llorito llorito is offline
New Member
 
Join Date: Oct 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Server.createObject error!!

Hi, I have a problem with an ASP script.
I have this error in IIS I don't know what it means:

Tipo de error:
Objeto Server, ASP 0177 (0x8002801C)
Error to OLE Register.
/dades/textos/corregir.asp, line

This error run when I want to create a ServerObject.Application ("word.application"):
here is the source:

dim objWord 'as Word.Application
dim objDocument 'as Word.Document
set objWord = server.createObject("Word.Application")
set objDocument = objWord.documents.add

Anybody knows what it means?
Reply With Quote
  #2 (permalink)  
Old 10-15-03, 01:41 PM
MadDog MadDog is offline
Code Master
 
Join Date: Aug 2003
Posts: 935
Thanks: 0
Thanked 0 Times in 0 Posts
Is "word.application" some kind of component or something??
__________________
Drew Gauderman
ASP - MSSQL Coder / Buisness Owner / Coder for Hire!
MSN-ICQ-AIM-YIM in Profile

http://www.iportalx.net an easy ASP portal system.
Reply With Quote
  #3 (permalink)  
Old 10-16-03, 04:06 AM
llorito llorito is offline
New Member
 
Join Date: Oct 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Yes is a word component for use it in a asp page.
I want to call to word to use his spelling check.
Any suggestion?
Reply With Quote
  #4 (permalink)  
Old 10-16-03, 09:50 AM
Tesco Tesco is offline
ASP Guru
 
Join Date: Jun 2003
Location: UK
Posts: 91
Thanks: 0
Thanked 0 Times in 0 Posts
I've never heard of that but, It's most likely the component isn't installed on the server.

Check with your host to confirm.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ADODB.Connection error '800a0bb9' - HELP! seala ASP 1 03-09-05 05:37 AM
Server.CreateObject Failed voodoo9055 ASP 7 03-16-04 07:25 AM
error when creating database tables with php script spiroth10 PHP 4 01-06-04 03:59 PM
Can't find the error. Mister B. ASP 12 08-27-03 06:18 PM
Funny error returned. Mister B. ASP.NET 3 08-24-03 06:39 PM


All times are GMT -5. The time now is 03:43 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.