msxml - Upgrading to MsXml6.dll -


i had problem in upgrading microsoft xml core application msxml3.dll msxml6.dll. chnaged vcproj, , header file of mine point msxml6 header , library file. changed class id of msxml6 create document praser using cocreatevariant() function.

during execution found application throws unexception handling , aborts. debugged visual studio , found getelementbytagname() function returns null pointer while using msxml6.dll library in-turn further reference cause abort , it's working fine msxml3.dll.

is know why "unhandled exception" there due msxml6.dll? , how can fix it?

can double check if element has namespace? because of behavioral changes between msxml3 , msxml6 msxml6 more compliant in terms of namespace. fix issue, may want use xpath instead.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -