Results 1 to 2 of 2

Thread: [RESOLVED] DOMDocument50 - User Defined Type Not Defined

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jul 2001
    Location
    Tucson, AZ
    Posts
    2,166

    Resolved [RESOLVED] DOMDocument50 - User Defined Type Not Defined

    Code:
    Function ProduceXMLDoc() As DOMDocument50
        Dim xmlDoc As DOMDocument50
        Set xmlDoc = New DOMDocument50
        xmlDoc.async = False
        xmlDoc.validateOnParse = False
        xmlDoc.resolveExternals = False
        Set ProduceXMLDoc = xmlDoc
    End Function
    The above is not my code but comes in a sample program from a large company

    In Project References and Components - Microsoft XML, v6.0 is checked with a link to msxml6.dll
    The object browser shows it has the following DOMDocuments

    DOMDocument
    DOMDocument26
    DOMDocument30
    DOMDocument40
    DOMDocument60

    However, DOMDocument50 is missing.

    Not sure where they got DOMDocument50 and whether modifying the # will create issues.
    Anyone know the differences in these DOMS and why so many?

  2. #2

    Thread Starter
    PowerPoster
    Join Date
    Jul 2001
    Location
    Tucson, AZ
    Posts
    2,166

    Re: DOMDocument50 - User Defined Type Not Defined

    Last edited by dw85745; Apr 28th, 2014 at 10:34 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width