Home All Groups Group Topic Archive Search About
Author
12 Aug 2006 7:48 PM
Henry
Does anyone have any clue what this is about?

'WebDev.WebServer.EXE' (Managed): Loaded
'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\webenergy\3b3a5a9b\7ac72ea\App_Web_3uqg9g-v.dll', Symbols loaded.

'WebDev.WebServer.EXE' (Managed): Loaded
'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\webenergy\3b3a5a9b\7ac72ea\App_Web_bdwlsrjz.dll', Symbols loaded.

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

An exception of type 'System.Threading.ThreadAbortException' occurred in
mscorlib.dll but was not handled in user code

The program '[5892] WebDev.WebServer.EXE: Managed' has exited with code 0
(0x0).



I just start the application and navigate to a (or any) page using transfer
and the quit the application, I dont get any exception I can just see this
in the debug window after the application was terminated.

Using VS8 and it's an apsx

cheers
Henry

Author
13 Aug 2006 1:29 AM
Ken Tucker [MVP]
Hi,

Maybe this will help
http://support.microsoft.com/default.aspx?scid=kb;en-us;312629

Ken
-------------------
Show quoteHide quote
"Henry" <n**@il.com> wrote in message
news:u6K2UhkvGHA.3372@TK2MSFTNGP02.phx.gbl...
> Does anyone have any clue what this is about?
>
> 'WebDev.WebServer.EXE' (Managed): Loaded
> 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
> Files\webenergy\3b3a5a9b\7ac72ea\App_Web_3uqg9g-v.dll', Symbols loaded.
>
> 'WebDev.WebServer.EXE' (Managed): Loaded
> 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
> Files\webenergy\3b3a5a9b\7ac72ea\App_Web_bdwlsrjz.dll', Symbols loaded.
>
> A first chance exception of type 'System.Threading.ThreadAbortException'
> occurred in mscorlib.dll
>
> An exception of type 'System.Threading.ThreadAbortException' occurred in
> mscorlib.dll but was not handled in user code
>
> The program '[5892] WebDev.WebServer.EXE: Managed' has exited with code 0
> (0x0).
>
>
>
> I just start the application and navigate to a (or any) page using
> transfer and the quit the application, I dont get any exception I can just
> see this in the debug window after the application was terminated.
>
> Using VS8 and it's an apsx
>
> cheers
> Henry
>
>
Author
13 Aug 2006 4:32 PM
Henry
Thanks, I'll have a look at that KB!

cheers
Henry