Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
4answers
1k views

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 ...
1
vote
1answer
69 views

Will a 64 bit application support MSXML 3.0?

We are planning to convert the 32bit application to support 64 bit OS. Currently the application uses MSXML 3.0 in Javascripts. I want to know whether it will work as it is in a 64 bit os or will ...
1
vote
0answers
58 views

msxml3 - garbage collection (heap)

In out application, we use msxml3.dll to load and parse all the XML documents (i.e. it will be around 40 files with each 30 KB). I initially load the XML document using IXMLDOMDocument::load() ...
1
vote
1answer
349 views

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 ...
0
votes
1answer
359 views

msxml3.dll error '800c0005' Classic ASP Error

I am getting following error in Classic ASP msxml3.dll error '800c0005' System error: -2146697211. This can be server issue with MSXML ? i am on windows 2003 server
0
votes
1answer
197 views

Does windows7 and vista come with preinstalled msxml3.dll

Do windows 7 and windows vista come with preinstalled msxml3.dll or should i use the newer versions? If so will msxml6 work on windows xp and win2k without installing any additional files? Thanks :)
0
votes
1answer
208 views

Msxml3 - Memory leak

I plan to write an application (win32 platform) for parsing the xml documents. For parsing the xml's, i plan to use the msxml3.dll (microsoft latest service pack library) but many forum described that ...
0
votes
1answer
155 views

Error on opening ASP website

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 ...
0
votes
0answers
471 views

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. ...
0
votes
1answer
347 views

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 ...