473,480 Members | 4,939 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

System.Threading.ThreadAbortException, mscorlib.dll, ASP.NET 2.0, Firefox Crashing

Upon clicking on a hyperlink generated in a ASP.NET GridView control,
I am finding Firefox 1.5 to crash. However, when clicking on the same
link, Internet Explorer 6.0 works just fine and is redirected to the
page as expected. I was only able to see this particular error once
but have continued to follow the advice by others when dealing with
any usage of Response.Redirect:

A first chance exception of type
'System.Threading.ThreadAbortException' occurred in mscorlib.dll
For all Response.Redirect invocations, i have provided a wrapper
method to accept the calling page's HttpResponse and URL, where I
invoke the response's Redirect method with false passed in as the
second parameter. I even have this code wrapped in a try / catch
statement and still having Firefox crashing.

I put a breakpoint on the OnInit and OnLoad methods in both the
hosting page and the page being redirected to and found firefox
crashing before the hosting page's OnInit method is hit.

Note the web application has been up for several months and has now
started to behave this way.
Any advice would be greatly appreciated!

Michael

Feb 27 '07 #1
1 3029
mw*******@gmail.com wrote:
Upon clicking on a hyperlink generated in a ASP.NET GridView control,
I am finding Firefox 1.5 to crash. However, when clicking on the same
link, Internet Explorer 6.0 works just fine and is redirected to the
page as expected. I was only able to see this particular error once
but have continued to follow the advice by others when dealing with
any usage of Response.Redirect:

A first chance exception of type
'System.Threading.ThreadAbortException' occurred in mscorlib.dll

Have you looked at the HTML generated by the GridView control?

Either way, the error message you pasted is a .NET exception. Firefox
is not written in .NET, so if you see that error message it sounds
server side.

--
Sean

website: http://senfo.blogspot.com
Feb 27 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
636
by: José Joye | last post by:
When I unload an appdomain I have created, I always get the following exeption: System.Threading.ThreadAbortException: Thread was being aborted. Before calling the Unload() method, I set to...
1
2262
by: Tom | last post by:
I've googled, and read, and stripped out code, and rewritten code, and still can't get a System.Threading.Timer to work. (I hereby publicly admit that I'm a failure here...) Could someone please...
0
3169
by: Lee Simpson | last post by:
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 of code: OleDbConnection con = new...
2
2227
by: Vjay77 | last post by:
In this code: Private Sub downloadBtn_Click(ByVal sender As Object, ByVal e As System.EventArgs) If Not (Me.downloadUrlTextBox.Text = "") Then Me.outputGroupBox.Enabled = True...
5
5463
by: Henrik Stidsen | last post by:
I have implemented a log-system for exceptions in an ASP.NET application using the Application_Error event in Global.asax. ThreadAbortExceptions gets thrown everytime Response.Redirect is being...
1
2273
by: kowshikj | last post by:
In a ASP.NET 1.1 application, we get this exception at xmlDoc.Load() when loading an XmlDocument. This does not seem to happen every time though. The xml file itself is only 10 KB and we don't use...
2
22942
by: Daniel Knöpfel | last post by:
Hi I am develloping an asp.net 2.0 application. For some tasks (daily notifications to users via email), we use background threads. I rather have this task as background thread of the asp.net...
1
2019
by: JoeP | last post by:
Hi All, 1) I am using code like the below outside of the Try.. Catch... Endtry and getting this message Within the Immediate Window. An exception of type...
3
5778
by: Waazzzii | last post by:
Here's an interesting one... received the {Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack.} exception when attempting a...
0
7040
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6905
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7080
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6736
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
6908
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5331
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4478
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
2980
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
561
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.