Steps I made:

1) I uninstalled full Adobe because I need this license for another computer.

2) I installed Adobe Reader X.

Problem:

1) Cannot open DDE link: Acroview Error

Every time I try to compile a PDF TeXify in WinEdt, I get the above error. The funny part is WinEdt still generate PDF file and I still can view it.

Solution:

1) Change the following line in  “..\Winedt\exec\Acrobat OpenDoc.edt”

DDEOpen(‘%$(“AcroRead”)’,”acroview”,”control”); to DDEOpen(‘%$(“AcroRead”)’,”acroviewR10″,”control”);

2) Save the edt file and re-compile.