Re: Process.Start Stuck

2013-09-10 Thread Corneliu I. Tusnea
It was Saturday night mate .. I was dusting off some beers and dumping some pizza down my throat. The "I'll pass it to another team member and let them re-build it" worked better :) On Tue, Sep 10, 2013 at 8:17 PM, Wallace Turner wrote: > dust off windbg, or open dump in vs2010 if .net4 to see w

Re: Process.Start Stuck

2013-09-10 Thread Wallace Turner
dust off windbg, or open dump in vs2010 if .net4 to see what that thread is doing. On Mon, Sep 9, 2013 at 9:33 AM, Corneliu I. Tusnea wrote: > Existing Logging left and right of the Process.Start :) > > > On Sun, Sep 8, 2013 at 10:31 PM, Wallace Turner > wrote: > >> > this stopped working and t

Re: Process.Start Stuck

2013-09-08 Thread Corneliu I. Tusnea
Existing Logging left and right of the Process.Start :) On Sun, Sep 8, 2013 at 10:31 PM, Wallace Turner wrote: > > this stopped working and the Process.Start call blocks without ever > returning. > > how did you verify this? > > > On Sun, Sep 8, 2013 at 4:27 PM, Corneliu I. Tusnea > wrote: > >>

Re: Process.Start Stuck

2013-09-08 Thread Wallace Turner
> this stopped working and the Process.Start call blocks without ever returning. how did you verify this? On Sun, Sep 8, 2013 at 4:27 PM, Corneliu I. Tusnea wrote: > No, the process never starts. We did a new release from another PC (which > we expect to be identical) and the process does not g

Re: Process.Start Stuck

2013-09-08 Thread Corneliu I. Tusnea
No, the process never starts. We did a new release from another PC (which we expect to be identical) and the process does not get stuck and everything works as expected. doh :( On Sun, Sep 8, 2013 at 9:25 AM, Wallace Turner wrote: > is the process you're starting still running ie can u see it in

Re: Process.Start Stuck

2013-09-07 Thread Wallace Turner
is the process you're starting still running ie can u see it in task manager On Sat, Sep 7, 2013 at 4:59 PM, Corneliu I. Tusnea wrote: > Hi, > > I have a website that is running some background tasks as separate > executables with Process.Start. > This has been working like this for a long time.