|
|
 |
Re: FN-FORUM: .NET Thread Abort
date posted 16th May 2006 22:39
> Is there a way to put this in a try/catch block, ignore the error and
> then let it redirect?
Having it in a try-catch block could be the reason you're getting the
problem in the first place. You can't have a redirect inside a try-catch
or it'll throw the exception you're getting :)
Do all the work in the try-catch and have the redirect once its finished.
Mick.
--
Michael Adams
M: +44 (0)7939 641774
E: [EMAIL REMOVED]
W: www.mick-adams.co.uk
|
 |
|