I guess my problem is the same.
I changed from command line argument to dde argument, and I have some improvements but still can't generate the pdf output file.
Here's the log:
This is pdfTeX, Version 3.1415926-1.40.10 (MiKTeX 2.8) (preloaded format=pdflatex 2011.6.7) 7 JUN 2011 17:50
entering extended mode
**.../test.tex
(".../test.tex"
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, dumylang, nohyphenation, ge
rman, ngerman, german-x-2009-06-19, ngerman-x-2009-06-19, french, loaded.
("\testt.cls"
Document Class: Test
("C:\Program Files\MiKTeX\tex\latex\base\article.cls"
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
("C:\Program Files\MiKTeX\tex\latex\base\size10.clo"
File: size10.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
("C:\Program Files\MiKTeX\tex\latex\psnfss\times.sty"
Package: times 2005/04/12 PSNFSS-v9.2a (SPQR)
)
General ⇒ TeXnicCenter does not generate properly output files
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: TeXnicCenter does not generate properly output files
Fixed!
It is not but a classic package issue.
Using the Alpha version of TNC (the one which actually tells you what package is missing and offers to download it for you). In my case (Windows 7) I had to use manually the package installer (you will find it probably at: C:\Program Files\MiKTeX\miktex\bin under the name of "mpm_mfc_admin.exe"), just because you need administration permissions. So you can filter the package name, install it and you're done.
Obs: It worked with Acrobat Reader 9, TeXWorks and NitroPDF.
It is not but a classic package issue.

Using the Alpha version of TNC (the one which actually tells you what package is missing and offers to download it for you). In my case (Windows 7) I had to use manually the package installer (you will find it probably at: C:\Program Files\MiKTeX\miktex\bin under the name of "mpm_mfc_admin.exe"), just because you need administration permissions. So you can filter the package name, install it and you're done.
Obs: It worked with Acrobat Reader 9, TeXWorks and NitroPDF.
Re: TeXnicCenter does not generate properly output files
I have the same problem as with tancheepin. What I notice is that, the TeXnic Center has the difficulty to generate the .aux file. I run my tex file by using WinEdt and it runs well. After that TeXnic Center can run the tex file as well. When I took away the aux file, then TeXnic Center can't run it anymore. Anyone has any idea how to solve this? Thanks