From: Pete Delgado on
http://support.microsoft.com/kb/269238

You will need to either install the appropriate MSXML SDK or reference the
appropriate DLL or typelib.

-Pete


"Michaela Brauner" <m_B(a)MNEWS.de> wrote in message
news:upiuT$zALHA.4388(a)TK2MSFTNGP04.phx.gbl...
> Hello,
>
> how can I fix this message?
>
> fatal error C1083: File (Typbibliothek) not open
> "msxml.dll": No such file or directory
> #include <afxcoll.h>
> #include <afxmt.h>
>
> // #import <msxml.tlb>
>
> #import "msxml.dll"
> using namespace MSXML;
>
> http://www.prof-uis.com/prof-uis/tech-support/support-forum/build-errors-on-vistavs2008-cannot-open-type-library-file-msxmldll-59608.aspx
>
> Need I additional libraries?
>
> VS2008
> Vista
>
>
> Greeting Michaela