I had my application building normally under VS6. Just purchased VS2005 and tried to build. I'm getting this compiler error:
error C2872: 'IXMLDOMNode' : ambiguous symbol
could be 'c:\program files\microsoft visual studio 8\vc\platformsdk\include\msxml.h(537) : IXMLDOMNode'
or 'c:\<snip>\win32_debug\msxml4.tlh(2836) : MSXML2::IXMLDOMNode'
Anyone seen this same error and know how to get around it

Ambiguous Symbols
mors
Please read:
http://support.microsoft.com/default.aspx scid=kb;en-us;316317
and
http://support.microsoft.com/defaul...kb;EN-US;269194
Usually this works:
#import "c:\winnt\system32\msxml.dll"
using namespace MSXML2;