I'm upgrading from 04.09.05 to 05.04.00. I've resolved the unqualified references to Web.HttpResponse and Web.HttpContext I mentioned in an earlier post so that the upgrade is starting to run. There are a couple of error messages during the upgrade but I can't make a record of them because near the end, the thread aborts with the error shown below.
So question #1 - should I be worried about this thread abort during upgrade? The site appeared to run afterwards but there were a few quirky error messages which I'll follow-up later.
Question #2 - given this message appears on screen and replaces the log of the upgrade, is the upgrade log already written somewhere else?
Thanks, Rob.
Server Error in '/' Application.
--------------------------------------------------------------------------------
Thread was being aborted.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Threading.ThreadAbortException: Thread was being aborted.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ThreadAbortException: Thread was being aborted.]
System.Web.HttpApplication.ProcessSpecialRequest(HttpContext context, MethodInfo method, Int32 paramCount, Object eventSource, EventArgs eventArgs, HttpSessionState session) +355
System.Web.HttpApplicationFactory.FireApplicationOnStart(HttpContext context) +8878592
System.Web.HttpApplicationFactory.EnsureAppStartCalled(HttpContext context) +136
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +92
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +289