I am working on an asp.net application.. when I try to compile and run the application; it runs successfully.
But when I try to debug the application it gives me error at any point -
A first chance exception of type 'System.Threading.ThreadAbortException' occurred in mscorlib.dll
It doesnt give error at any specific code line.. it gives this error at any code of line (not sure).. and then web page display - "Server Application Unavailable" error.
Even when I try to parse/execute some statement in immediate window / quick watch - it gives me above error..
for example, I loaded an xml document (of more than 10000 lines) in XElement and when I try to check some attribute value thru xpath as XElementObj.XPathSelectElement("/asdf/asd/wqer/xyz").. it gives above error.. (not all the time but randomly).
anybody having any idea on this.. please help.