johnjincrm - Sunday, March 10, 2013 7:21 AM:
Not sure if this is the right place to report this issue.
I noticed we are using "Microsoft.XmlDom" as xml parser. This is very bad. Based on my experience, it causes two issues:
1) Web Page error (most likely)
2) Slow (absolutely)
Many years ago( many means more than ten), Microsoft has migrated the parser to MSXML2.DomDocument. In most machines with WindowsXP or WIndows7, most likely Version 6 (MSXML2.DomDocument.6.0) is already there.
With my experience, msxml2.DomDocument.6.0 is much stable, much faster (10 times possible).