ThreadAbortException when page is loading

G

Guest

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 time. But with more projects being added to the reference list, I will get it more often. When it happens, I loss information in the Session as it get restarted, and some event doesn't happened (i.e. IndexChanged event in dropdownlist, onclick event for button). Initially i thought one of the module causes the problem, so i remove all of them and add them back one at a time. The problem is with the modules, sometime it causes problem, sometime it doesn't. Does anyone know how I can find out what the problem is? or which module, or part of the code cause the problem? Can i attach to the aspnet_wb process and check the exception
Btw, i am using VS.NET 2003, .NET Framework V1.1.4322, W2K with SP4 running on Microsoft Virtual PC

I have pasted some output messages from the Output window in VS.NET at the end of this post.
Thanks
Chee Yee

------------
'/LM/W3SVC/1/ROOT/ContractPresentation-1-127227307405771853': Loaded 'c:\winnt\assembly\gac\system.data\1.0.5000.0__b77a5c561934e089\system.data.dll', No symbols loaded
'/LM/W3SVC/1/ROOT/ContractPresentation-1-127227307405771853': Loaded 'c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net files\contractpresentation\98b082de\3907d5af\assembly\dl2\692b2598\d8c9c01c_effbc301\microsoft.applicationblocks.uiprocess.dll', No symbols loaded
'Domain3': Loaded 'c:\winnt\microsoft.net\framework\v1.1.4322\mscorlib.dll', No symbols loaded
'/LM/W3SVC/1/ROOT/ContractPresentation-2-127227307615241721': Loaded 'c:\winnt\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll', No symbols loaded
An unhandled exception of type 'System.Threading.ThreadAbortException' occurred in Unknown Module

Additional information: Thread was being aborted
------------------------------
'DefaultDomain': Loaded 'c:\winnt\assembly\gac\system.enterpriseservices\1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseservices.thunk.dll', No symbols loaded
'/LM/W3SVC/1/ROOT/ContractPresentation-2-127227307615241721': Loaded 'c:\winnt\assembly\gac\system.enterpriseservices\1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseservices.thunk.dll', No symbols loaded
'/LM/W3SVC/1/ROOT/ContractPresentation-2-127227307615241721': Loaded 'c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net files\contractpresentation\98b082de\3907d5af\yj9zjlnk.dll', Symbols loaded
'/LM/W3SVC/1/ROOT/ContractPresentation-2-127227307615241721': Loaded 'c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net files\contractpresentation\98b082de\3907d5af\3byupuwv.dll', Symbols loaded
An unhandled exception of type 'System.Threading.ThreadAbortException' occurred in Unknown Module

Additional information: Thread was being aborted
The program '[1436] aspnet_wp.exe: /LM/W3SVC/1/ROOT/ContractPresentation-2-127227307615241721' has exited with code 0 (0x0)
The thread '<No Name>' (0x904) has exited with code 0 (0x0)

------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top