|
 |
Classic ASP XML Using ASP 3 and XML. See also the XML category for more XML discussions not relating to ASP. NOT for ASP.NET 1.0, 1.1, or 2.0 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP XML section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
|
 |
|
|
 |

May 11th, 2004, 10:29 AM
|
Registered User
|
|
Join Date: May 2004
Location: , , .
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Error Creating an XMLDOM object
I'm getting this error after I transfer to a new hosting company that is using linux os. The hosting company has no clue. Please help.
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/brandsub.asp, line 13
Systemmessage, messageid = 0x800401f3
The line of code that bombs out is as follows:
Set xml = Server.CreateObject("Microsoft.XMLDOM")
The code is Creating an XMLDOM object in order to read an XML file residing on the site
|

May 11th, 2004, 11:03 AM
|
Friend of Wrox
|
|
Join Date: Jun 2003
Location: Harrisburg, PA, USA.
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
Try MSXML2.DOMDocument
|

May 11th, 2004, 12:38 PM
|
Registered User
|
|
Join Date: May 2004
Location: , , .
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
bmains
can you please show me how you would enter the line in?
now is like this.
Set xml = Server.CreateObject("Microsoft.XMLDOM")
how can i put it using MSXML2.DOMDocument?
Thank you again..
|

May 11th, 2004, 02:05 PM
|
Friend of Wrox
|
|
Join Date: Jun 2003
Location: Harrisburg, PA, USA.
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
Hello,
set xml = Server.CreateObject("MSXML2.DOMDocument")
This is how I used it for MSXML version 4.0 of the microsoft parser. I guess I should ask this first, what version are you using?
Brian
|

May 11th, 2004, 02:42 PM
|
 |
Wrox Author
Points: 72,055, Level: 100 |
|
|
Join Date: Jun 2003
Location: Utrecht, Netherlands.
Posts: 17,086
Thanks: 80
Thanked 1,587 Times in 1,563 Posts
|
|
I may be missing something, but the original poster talked about Linux. Is the Linux box running ChilliSoft ASP to run your ASP pages?
Is the Microsoft XML library available for Linux??????
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
While typing this post, I was listening to: Vergeet Me by Doe Maar (Track 3 from the album: Doris Day en andere Stukken) What's This?
|

May 11th, 2004, 03:01 PM
|
Friend of Wrox
|
|
Join Date: Jun 2003
Location: Harrisburg, PA, USA.
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
Oh, I completely missed that.....
|

May 11th, 2004, 04:45 PM
|
Registered User
|
|
Join Date: May 2004
Location: , , .
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Imar
The linux box is running Chillisoft ASP. Can you give me a hand here. Thanks
|

May 11th, 2004, 04:54 PM
|
 |
Wrox Author
Points: 72,055, Level: 100 |
|
|
Join Date: Jun 2003
Location: Utrecht, Netherlands.
Posts: 17,086
Thanks: 80
Thanked 1,587 Times in 1,563 Posts
|
|
Right, that explains a lot.
ChilliSoft ASP is a Linux implementation of Microsoft ASP version 2.0 (although there may be a 3.0 version as well)
I think they sort of reverse-engineered ASP for Linux so many basic stuff works.
However, I can't believe the also reverse-engineered stuff like COM, so it's highly unlikely you can run the Microsoft XML stuff on your Linux box, but I could be wrong.
I think you should either sue your host or switch to another that does support real ASP....
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
While typing this post, I was listening to: the rabbit field by zita swoon (Track 4 from the album: I paint pictures on a wedding dress) What's This?
|
Thread Tools |
Search this Thread |
|
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |