I'm using MiKTeX 2.9 and TeXstudio 2.4 on Windows with europecv package but there's something wrong trying to load the europasslogo file.
My .tex document is pretty simple so far:
\documentclass[helvetica,narrow]{europecv}
\usepackage{graphicx}
\begin{document}
\begin{europecv}
\end{europecv}
\end{document}
But it fails with error File 'europasslogo' not found. \begin{europecv}. I have found the required file to be located in C:\Program Files (x86)\MiKTeX\doc\latex\europecv in both .pdf and .eps. I copied the PDF file to the same directory as my .tex file and it now works.
But this doesn't seem it should be required at all... Anyone knows how to fix it?
pdflatex. You tagged your questions as XeTeX, try pdflatex maybe? – Dror Sep 4 '12 at 11:46