How do I solve the
Reference to undeclared namespace prefix: \'%s\'
problem with Microsoft\'s msxml implementation?
I\'m using a
If you are using XMLSerializer and see this error, it is likely that you are running into the IE bug described here:
XMLSerializer
https://stackoverflow.com/a/11399681
It took me a lot of time to realize that this was happening, so I thought it best to link these two issues.