msxml3

Any known issues with msxml3.dll on Windows 2003?

I'm trying to migrate a VB6 business object, which uses RDS to be accessed, from a Windows 2000 to a Windows 2003 server environment. I've made no changes to the app, nor the calling app, but I am getting an error code 440 Automation Error when the code execution reaches the point of parsing the XML data that the object is supposed to p...

Is there a maximum length for XPath Queries in MSXML?

I'm planning to do a relatively large XPath query using msxml. Is there a maximum length for a query that msxml enforces? Background: From some external input my code will create a number of xpath-queries and I am interested in the result of all those or-ed together: myObject.SelectNodes(subQuery1 +"|"+ subQuery2 +"|" + subQuery3 + ...

Error C2011: 'MSXML2::IXMLDOMImplementation' : 'struct' type redefinition

I am changing my C++ project, which was earlier in VC6 and now being migrated to VS 2008, to use MSXML 6 instead of the earlier MSXML 3. When the code was in VC6 we were using MSXML3 by importing it # import "msxml3.dll" This was replaced with # import "msxml6.dll" After this when I compile the project I get this and several other...

IE8 Hang on XSL transform

We have a site that does clientside xsl formatting. In IE8, when logging into the website, IE hangs 1 out of 4 times. The random hang only occurs in combination with Response.Redirect. LandingPage.asp post submits to Login.asp. When credentials are correct: Login.asp does a Response.Redirect to PersonalDossier.asp. When I post direct...

Error on opening ASP website

Dear all We changed the server of our ASP website and in new setting browsing the website returns this error: msxml3.dll error '80072ee2' The operation timed out /error404.asp, line 41 This is lines that I think returns error: Set XML=Server.CreateObject("Msxml2.ServerXMLHTTP.3.0") XML.SetOption 2,13056 XML.SetTimeouts 90000...

MSXML dll error - The message received was unexpected or badly formatted.

I get the following error when I try to use MSXML2.ServerXMLHTTP object to send xml via post Error number - 2146893018 Error Source - msxml3.dll Error description - The message received was unexpected or badly formatted. The recent windows update seem to have updated the dll and that seem to cause the problem(it was working...