Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 244269
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T20:59:26+00:00 2026-05-11T20:59:26+00:00

Where does the object MSXML2.ServerXMLHTTP.4.0 come from? Which install package? I’m attempting to do

  • 0

Where does the object “MSXML2.ServerXMLHTTP.4.0” come from? Which install package?

I’m attempting to do the following:

Set oXMLHTTP = CreateObject("MSXML2.ServerXMLHTTP.4.0")

This attempt fails on my development machine (no object is returned) but it is successful on my colleague’s development machine. Obviously, he has something installed that I don’t or vice versa but where does this object, dll, etc come from?

What would I need to install to get this call to work?

For the record, changing the object to a different version isn’t an option because code that this depends on was tested for several days against this specific version. We’d have to go back and test again…

To expand on this question, how can I tell which version of MS XML is currently installed?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T20:59:26+00:00Added an answer on May 11, 2026 at 8:59 pm

    Try using this function:-

    Function ProgIDInstalled(progID)
        On Error Resume Next
        Dim o : Set o = CreateObject(progID)
        ProgIDInstalled = Err.Number = 0
    End Function
    
    If ProgIDInstalled("MSXML2.DOMDocument.3.0") Then
        ' MSXML3 is present   '
    End If
    
    If ProgIDInstalled("MSXML2.DOMDocument.4.0") Then
        ' MSXML4 is present   '
    End If
    
    If ProgIDInstalled("MSXML2.DOMDocument.5.0") Then
        ' MSXML5 is present   '
    End If
    
    If ProgIDInstalled("MSXML2.DOMDocument.6.0") Then
        ' MSXML6 is present   '
    End If
    

    It surprises me that even now there are still new developments being made against the 4.0 version. Microsoft are now only patching version 3.0 and version 6.0 MSXML cores.

    I know its too late now but really you should either be using 3.0 which has the advantage that is it ubiquitous on all Windows platforms currently in support so you don’t really need to consider installing it at all. OR be using 6.0 since you need to include a distribution of MSXML it may as well be 6 since that is the latest and neither 4 nor 5 get any security patches.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 191k
  • Answers 191k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer The short story is that there is no standard binary… May 12, 2026 at 6:12 pm
  • Editorial Team
    Editorial Team added an answer You can chain link states. :link and :visited are the… May 12, 2026 at 6:12 pm
  • Editorial Team
    Editorial Team added an answer You need to add both the path to the library… May 12, 2026 at 6:12 pm

Related Questions

Where does the object MSXML2.ServerXMLHTTP.4.0 come from? Which install package? I'm attempting to do
Where does MSXML IXMLDOMDocument::save save? I mean when it's called with a file name
Does null have a type? How is a null value represented internally? What is
I was experimenting with C++ and found the below code as very strange. class
A lead developer on my project has taken to referring to the project's toString()

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.