Link to home
Start Free TrialLog in
Avatar of chadmanvb
chadmanvb

asked on

Non pumping wait or processing a very long running operation in .net 2.0

I have a .net app that keeps getting this error.  I am using a for/loop and that I know should run for about 1 min.  It works somtimes and other times I get this error.  This is a console application.  On a form I have used application.doevent() to fix this.  Any way I can fix this?
ASKER CERTIFIED SOLUTION
Avatar of kaufmed
kaufmed
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of chadmanvb
chadmanvb

ASKER

I ended up just chaning it to a form appliction and adding the application.doevents.  I think the seperate process would have also worked.