Microsoft
Software
Hardware
Network
Question : proc.WaitForExit quit working
I have a c# windows application written in VS2005 that has worked fine for years.
When a person clicks a fax in the grid, the following code runs and opens the fax in Adobe Professional. Nothing else happens until the user closes Adobe.
I upgraded one user from Adobe Prof. 6 to Adob Prof. 8 yesterday and for some reason after the pdf opens now, it does not WaitForExit on this machine. It just keeps going thru the code. I have Adobe 8 on a few other computers and they have not had this problem. Any ideas???
System.Diagnostics.Process
proc = new System.Diagnostics.Process
();
proc.EnableRaisingEvents=f
alse;
proc.StartInfo.FileName="c
:\\temp\\t
emp.pdf";;
proc.Start();
proc.WaitForExit();
Answer : proc.WaitForExit quit working
its not the code... Your adobe install did not complete properly. you need to un-install and re-install
Random Solutions
create bootable usb device with multiple OS's to choose from for installation
Counting the Character Length of a Long Field - Error
Insert into MySQL Table from MSSQL Insert Trigger
c drive cleanup
INSTALL - SQUID getting "pam_auth.c:133: warning: initialization from incompatible pointer type"
How do I trawl through an Excel 2003 range and copy certain cells of certain rows to another worksheet in VBA
Unable to access exchange webmail from a remote office
Jboss fails to start up with liferay portal application
PL/SQL Create Global Temp Table and insert records returned from SELECT query
Editing an Exchange Dynamic Distribution Group via EMS