开发者

Upgrading to MsXml6.dll

开发者 https://www.devze.com 2023-01-29 00:12 出处:网络
I had a problem in upgrading the Microsoft XML core for my application from msxml3.dll to msxml6.dll. I chnaged the vcproj, and the header file of mine to point to the msxml6 header and library file.

I had a problem in upgrading the Microsoft XML core for my application from msxml3.dll to msxml6.dll. I chnaged the vcproj, and the header file of mine to point to the msxml6 header and library file. I also changed the class id of msxml6 to 开发者_如何转开发create a document praser using CoCreateVariant() function.

During execution i found my application throws unexception handling and aborts. Then i debugged with Visual studio and found that getElementByTagName() function returns a null pointer while using the msxml6.dll library which in-turn further reference cause abort and it's working fine with msxml3.dll.

Is anyone know why this "unhandled exception" was there due to msxml6.dll? And How can i fix it?


Can you double check if the element has namespace? Probably this is because of the behavioral changes between MSXML3 and MSXML6 where MSXML6 is more compliant in terms of namespace. To fix this issue, you may want to use XPath instead.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号