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
SQL Server find sequnce of same values
Batch script to calculate elapsed time in seconds : must be able to handle if time crosses midnight
Need a regular expression
what port is currently being used
jQuery AutoComplete Problem
Dynamic naming of Java objects
Disable Shortcut Keys in axwindowsmediaplayer1 (media player)
Windows Update site fails to load
How to get an USB speaker to work with Eee PC 900 Xandros Linux
Windows server 2008 NPS & AD