Results 1 to 5 of 5

Thread: XML Parser Woes

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2000
    Location
    Isle of Man
    Posts
    276
    Hey folks....

    I'm loading a DOMDocument into a recordset, and I get the following erorr message: -

    Persisted XML files cannot be opened with the version of the Microsoft XML Parser currently installed on this computer. Upgrade your system through a Windows 95/98 Service Release or Internet Explorer 5.0 or later.

    Now i've made sure i have msxml.dll, msxml2.dll and msxml3.dll all working in 'side by side' mode, and i'm using IE5.5

    I know the code is correct, because it's an example program I downloaded (i'm just trying to learn about xml)

    Has anyone encountered thsi beforehand, as it's really stressing me....

  2. #2
    Fanatic Member Jerry Grant's Avatar
    Join Date
    Jul 2000
    Location
    Dorset, UK
    Posts
    810

    Question ADO version?

    Well, sounds like you are using all the very latest XML offerings from Microsoft, so I can only suggest that you check the DB side of things.
    You say you are loading a DOMDocument into a recordset, I assume this is using ADO 2.5 or greater, as older ADO builds do not support XML.

    If this is not of any use, can U post me the DOMDocument source and the code you are using, and I'll do some tests.
    Jerry Grant................tnarG yrreJ
    Website: <JG-Design></.net>
    Email: [email protected]
    Working towards a bug free world......
    (Not a Microsoft employee)

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2000
    Location
    Isle of Man
    Posts
    276

    Smile joy.....

    Cheers for replying....

    What I did was run xmlinst -u and re registered all of the dlls again, in order of release.

    it all works now - i guess i had done something wrong when i registered them the first time

  4. #4
    Fanatic Member
    Join Date
    Jan 1999
    Location
    UK
    Posts
    554
    I think it mentions on the ms site that when installing the later versions of the parser you must use the UPDATE option in order to retain all versions compatibility, as some of the newer/later versions are still not as fully supported as the older.......


    Bit like ie a short while ago

    DocZaf
    {;->

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2000
    Location
    Isle of Man
    Posts
    276
    good old m$, don't like making it easy for us, do they!

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