Error / exception

H

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
 
Joined
Jan 5, 2008
Messages
1
Reaction score
0
a fix

Hi,

I got also this error message and i fixed it.

The error occured after a redirect.
The Page load event of the page I directed to was Private.
I changed this in Public and everything went fine.

Kind of late, but may be some other programmers may use this.

DrDreFindHisWay
 

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

Top