The ThreadAbortException is thrown when you make a call to Response.Redirect(url) because the system aborts processing of the current web page thread after it sends the redirect to the response stream. Response.Redirect(url) actually makes a call.
I have personally run into this issue a few times and I have helped a couple of people debug it. What generally happens is that you set up a test or development box running Vista and IIS7.. everything works fine from http://localhost, but when you try...
I am working on Excel report recentlty. Create Excel, Add worksheet all are working fine. the only problem is that I got the exception: System.Runtime.InteropServices.COMException (0x800A03EC): Unable to set the Orientation property of the PageSetup...
Question: I'm trying to build a setup application with Visual Studio 2005. Everything seems to work well, except when i run it, i got the error 1324: Error 1324: The folder path 'n/a' contains an invalid character.