I am trying to use the following template for the CV.
\documentclass[11pt,a4paper]{moderncv}
\moderncvtheme[black]{classic}
\usepackage[utf8]{inputenc}
% personal data
\firstname{Yu,}
\familyname{Yue}
\title{University of Illinois at Chicago \newline \small{\texttt{\textbf{Homepage: {\color{web}\weblink{http://imyy.net}}}}}}
%\address{Office 719 SEO\\ 851 S. Morgan St.}{Chicago, IL}
\extrainfo{Office 719 SEO\\ 851 S. Morgan St.\\ Chicago, IL 60606}
\phone{540--yy--yueyu}
\email{yyu9 at uic.edu}
%\photo[64pt]{Yue_Yu}
\newcommand{\up}[1]{\ensuremath{^\textrm{\scriptsize#1}}}
% the ConTeXt symbol
\def\ConTeXt{%
C%
\kern-.0333emo%
\kern-.0333emn%
\kern-.0667em\TeX%
\kern-.0333emt}
\definecolor{web}{rgb}{0.2,0.2,0.2}
%\definecolor{web}{rgb}{0.5,0.5,0.5}
%----------------------------------------------------------------------------------
% content
%----------------------------------------------------------------------------------
\begin{document}
\maketitle
\section{\textbf{Education}}
\cventry{2007--Present}{\textbf{Master of Science in
Mathematics}}{University of Illinois at Chicago}{USA}{}{ - Expected
in SUMMER 2009.\newline - Concentrate in Probability and Statistics,
over all GPA: 4.0/4.0.}
\cventry{2003--2007}{\textbf{Bachelor of Science}}{Fudan
University}{China}{}{ - Major in Mathematics and Applied
Mathematics, last two years GPA: 3.4/4.0.}
\cvitem{---}{\textsc{Undergraduate Thesis}}
\cvitem{title}{\textit{Nonstatistical Methods for Credit Scoring and
Its Applications}} \cvitem{description}{Develop three strategies for
credit scoring: linear programming, genetic algorithm and
back--propagating neural network and three model is built in MATLAB
for real data in order to evaluate their performances.}
\end{document}
When I compile it, the following error windows appeared:

How can I solve this problem?
Edit:
The compilereditor I used is WinEdt. The compiler the latex.
Edit:
.log file
(D:\Application\hpdftex.def
File: hpdftex.def 2011/04/17 v6.82g Hyperref driver for pdfTeX
! Package hyperref Error: Version mismatch!
(hyperref) * 2010/11/26 v6.81v: hyperref.sty
(hyperref) * 2011/04/17 v6.82g: hpdftex.def.
See the hyperref package documentation for explanation.
Type H <return> for immediate help.
...
l.34 \Hy@VersionCheck{hpdftex.def}
? x
Here is how much of TeX's memory you used:
5079 strings out of 495362
70906 string characters out of 3183239
143237 words of memory out of 3000000
8184 multiletter control sequences out of 15000+200000
5126 words of font info for 17 fonts, out of 3000000 for 9000
14 hyphenation exceptions out of 8191
32i,1n,45p,768b,86s stack positions out of 5000i,500n,10000p,200000b,50000s
No pages of output.
PDF statistics:
0 PDF objects out of 1000 (max. 8388607)
0 named destinations out of 1000 (max. 500000)
1 words of extra memory for PDF output out of 10000 (max. 10000000)
pdflatexwith TeXLive 2010, except for the unknown\weblinkmacro. – Martin Scharrer♦ Jul 10 '11 at 0:14latex,pdflatex,xelatex, etc., if you press some compile button. It seems that you use the wrong compiler which doesn't support PDF output. You use the CTeX distribution I see. Is this a recent version? – Martin Scharrer♦ Jul 10 '11 at 8:31\listfilesas first line into your document and then run it again and send the file list which can be found at the end of the log file. Hit enter when the above arror appears. – Herbert Jul 11 '11 at 7:22