Hi C, > When hitting F5 to see if the project would run, I got a > compile error "USER DEFINED TYPE NOT DEFINED". The line > in the general declarations of the main form that generate > this error reads like "Private ITEM As MSXML2.DOMDocument". > I added a Microsoft XML VER 2 reference to the project, but > that didn't help. Does this MSXML2.DOMDocument look familiar, > as in is it a common reference or is this something unique?
It's fairly common. The reference you need to verify you've included is: Microsoft XML, v4.0 Yes I know it says "msxml2" in the object type, but that's really a misnomer. Most of the advanced functionality of the MSXML object was introduced under MSXML4, but using a backwards-compatible 'MSXML2' object tree source. Remove your other MSXML reference and add the v4 to your project. Regards, Shawn K. Hall http://ReliableAnswers.com/ '// ======================================================== A person under the firm persuasion that he can command resources virtually has them. -- Livy ------------------------ Yahoo! Groups Sponsor --------------------~--> $4.98 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/k7folB/TM --------------------------------------------------------------------~-> '// ======================================================= Rules : http://ReliableAnswers.com/List/Rules.asp Home : http://groups.yahoo.com/group/vbHelp/ ======================================================= Post : [EMAIL PROTECTED] Join : [EMAIL PROTECTED] Leave : [EMAIL PROTECTED] '// ======================================================= Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/vbhelp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
