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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MSXML2.DOMDocument.4.0 - invalid class string

Status
Not open for further replies.

cat5ive

MIS
Dec 3, 2004
184
US
Hi,

I just chnage my pc and when I try to run my company website in local drive I got this error:

Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid class string
/include/subs.asp, line 256

line 256 is
Code:
Set xmldoc = Server.CreateObject("MSXML2.DOMDocument.4.0")

Can someone please help?
Thank in advance.


 
>I just chnage my pc and when I try to run my company website in local drive I got this error

You might have to install msxml 4.0 core service.

Can you discover the "class string" in the registry at this key name for msxml2.domdocument.4.0 among others?
[tt][HKEY_CLASSES_ROOT\CLSID\{88D969C0-F192-11D4-A65F-0040963251E5}][/tt]
 
Which one of these do I need?
msxml.msi
msxml4msms.exe
msxmlcab.exe
msxmlsdk.exe

Thanks

 
Read the normal print and start with msxml.msi.
 
Hi,

I download all 4 files above. I think it solves the previouse problem (it ran past the point that I had error earlier). However there is another error as below.

Error Type:
Microsoft VBScript runtime (0x800A0046)
Permission denied
/helpers/fileexportoptionshelper.asp, line 249

line 249 is
Code:
 wshell.run runcommand

Please help.
Thank in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top