473,385 Members | 1,707 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

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 seconds into the process. I
checked all settings in IIS, machine.config and Web.config.

The exception is a System.Threading.ThreadAbortException.
I don't have any separate threads.
Parser Error Message: The XML file
c:\windows\microsoft.net\framework\v1.1.4322
\Config\machine.config could not be loaded. Attempted to
access an unloaded AppDomain.

HELP - please use email
Nov 17 '05 #1
3 3856
Hi,
can you find machine.config in
c:\WINNT\Microsoft.NET\Framework\v1.0.3705\CONFIG\ machine.config ?

or did you alter any entry in the machine.config ?

Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114

Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377

Know the overall picture
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 17 '05 #2
Hi David,

Did you change machine.config after installing .net framework 1.1? I
suggest you copy a new one from another machine and test it again, please
do remember to backup first.

What is more, does the problem happen on a new web application? If you
reboot machine or restart IIS service, did you still met this problem?

I look forward to hearing from you.

Have a nice day!

Regards,
HuangTM
This posting is provided "AS IS" with no warranties, and confers no rights.

Nov 17 '05 #3
The only change to macine.Config is upping the TimeOut setting from 90
seconds to 900 seconds.

I have created an aspx page that uses Sql server, one that uses IBM's
Universe database, and one that only has a timer, and does nothing - all
three have the same issue.

I've reviewed Machine.Config, Web.Config the SQL connection settings and the
SQL Command settings - nothing helps.

IIS has been restarted numerous times - the machine booted - all the typical
"Microsoft" fixes :-o

I've not created any new app's, as I don't see the point - rewriting an
application that worked on v1.0, failed on v1.1 - I don't think it's going
to fix itself by recreating even a portion of the process in another app.
Maybe I'm wrong, but I see this as either an obscure esoteric setting deep
in the bowels of .Net that I'm unaware of, or more likely, a bug in the 1.1
version.



"Tian Min Huang" <ti******@online.microsoft.com> wrote in message
news:u4**************@cpmsftngxa09.phx.gbl...
Hi David,

Did you change machine.config after installing .net framework 1.1? I
suggest you copy a new one from another machine and test it again, please
do remember to backup first.

What is more, does the problem happen on a new web application? If you
reboot machine or restart IIS service, did you still met this problem?

I look forward to hearing from you.

Have a nice day!

Regards,
HuangTM
This posting is provided "AS IS" with no warranties, and confers no rights.

Nov 17 '05 #4

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

Similar topics

4
by: Vivek | last post by:
Hi, I have a question regarding ThreadAbortException. Why is the thread abort exception rethrown at the end of a catch clause? Why is ThreadAbortException's behavior designed to be this way? ...
6
by: David Waz... | last post by:
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 SQL database. A process is run against the data,...
0
by: Chee | last post by:
Hi all Please forgive me if this has been asked before. I am getting a ThreadAbortException in "Unknown Module" when i try to load a page from VS.NET. One problem is it does not happen all the...
3
by: Steve - DND | last post by:
I just implemented a page that performs a Response.Redirect(url, true). As such, I wrapped it in a try catch, and explicitly caught a ThreadAbortException. However, the thread abort exception was...
4
by: splap20 | last post by:
Every day a large chunk of XML is posted up to my app via http. The app interprets this XML and writes results to a SQLServer. Occasionally a ThreadAbortException is thrown during this process....
1
by: Eric | last post by:
I have the following situation: I was getting intermittent errors using Reponse.Redirct("url", true) and was trying to catch the ThreadAbortException, but it was not staying caught and was showing...
1
by: Burak Gunay | last post by:
Hello, I have a piece of code where I am writing the contents of a datagrid to an excel report Dim tw As New StringWriter() Dim hw As New System.Web.UI.HtmlTextWriter(tw) Dim frm As HtmlForm...
6
by: foolmelon | last post by:
If a childThread is in the middle of a catch block and handling an exception caught, the main thread calls childThread.Abort(). At that time a ThreadAbortException is thrown in the childThread. ...
3
by: =?Utf-8?B?RXRoYW4gU3RyYXVzcw==?= | last post by:
Hi, I am running a web service which sometimes throws exceptions. I have a lot of error trapping within the web service, but I have missed the current problem. I am working on the current issue,...
0
by: Zeba | last post by:
Hi ! I am using a httphandler to perform some url rewriting in my application. My web.config contains the following entry to direct all urls containing /App/*.ashx to my class AppHandler.cs in...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.