Ask a Question related to ASP.NET General, Design and Development.
-
Naveen Kumar soni #1
ThreadAbortException Encountered
Hi
we are getting ThreadAbortException error message on one
of our .net(1.1) server.
The error is get displayed in one of .aspx page, which is
having response.redirect statement, if this page is
accessed by more than one users simultaneously then error
is displayed.
we have tried out following solutions:
1. The overloaded form of Response.redirect(location,
False) is implemented
2.The statement is written within Try and Catch block
3. we have checked for Inculan Antivirus software.
PS: This error is coming only on one PC(.net 1.1), we are
not able to simulate this error on our Test PC.
what may be the possible cause for this error?
Naveen Kumar soni Guest
-
ThreadAbortException
Just moved my app. to V1.1 on W/2003 using .Net studio 2003... It runs a lengthy process, sending progress output. The web app dies EXACTLY 105... -
ThreadAbortException: Thread was aborted exception???
I've got a WebServices application that uses Crystal Reports to produce and then export Invoices to PDF format. Without getting into too many... -
An unhandled exception of type 'System.Threading.ThreadAbortException' occurred in Unknown Module.
Interesting problem. We have narrowed it down to the exact cause, and would like an explanation of what's going on behind the scenes. Simple bit... -
W/2003, VS/2003, SQL2000 and ThreadAbortException
Moved an app from W/2000 Asp V1.0 to W/2003, VS/2003, ASPV 1.1 Page runs a long job, uploading 2 large fixed length files (300,000 rows) into... -
end of file encountered
I get this error on many psd files backed up on disc, when I try to reopen them. Is there a way to open? What should I do when backing up in the... -
Marina #2
Re: ThreadAbortException Encountered
A Response.Redirect within a Try block should always throw that exception.
The method does that by definition, if you look at the documentation.
"Naveen Kumar soni" <kumar.naveen@wipro.com> wrote in message
news:0a5601c34608$fafe0520$a501280a@phx.gbl...> Hi
> we are getting ThreadAbortException error message on one
> of our .net(1.1) server.
> The error is get displayed in one of .aspx page, which is
> having response.redirect statement, if this page is
> accessed by more than one users simultaneously then error
> is displayed.
> we have tried out following solutions:
> 1. The overloaded form of Response.redirect(location,
> False) is implemented
> 2.The statement is written within Try and Catch block
> 3. we have checked for Inculan Antivirus software.
>
> PS: This error is coming only on one PC(.net 1.1), we are
> not able to simulate this error on our Test PC.
> what may be the possible cause for this error?
Marina Guest



Reply With Quote

