Ask a Question related to ASP.NET General, Design and Development.
-
David #1
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
David Guest
-
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... -
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... -
Natty Gur #2
Re: ThreadAbortException
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 [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest
-
Tian Min Huang #3
RE: ThreadAbortException
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.
Tian Min Huang Guest
-
David Waz... #4
Re: ThreadAbortException
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" <timhuang@online.microsoft.com> wrote in message
news:u4sdjVkQDHA.1724@cpmsftngxa09.phx.gbl...rights.> 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>
>
David Waz... Guest
-
nitu #5
ThreadAbortException
Hi All
I am calling a VB Dll from VB.Net Web Service . When I call the VB dll it does its job perfectly fine but when the control returns to vb.net web Service then I get a ThreadAbortException exception (message is -> "thread was being aborted"
This problem does not occur however if I call the same VB Component from
windows app or windows service.
Is there anything I can do to prevent this from happening??
Thanks in advance
Regards
Nitu Dua
nitu Guest



Reply With Quote

