I'm trying to install v5.3.6 on DNN v4.5.3 and I get the following error installing CAT_Modules.zip:
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.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +495 System.Web.ApplicationStepManager.ResumeSteps(Exception error) +590 System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) +140 System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +426
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.
[ThreadAbortException: Thread was being aborted.] System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +495 System.Web.ApplicationStepManager.ResumeSteps(Exception error) +590 System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) +140 System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +426
Any suggestions???
Cary FlemingUnited Systems Technology, Inc.
I made all of the suggested changes. I'm dealing with a local server. I copied the file into the Install\Modules folder, so it isn't an upload timeout problem. There was no change in the behavior. Same error.
Cary Fleming
I even increased the executionTimout in the httpRequest section to 300 seconds. The error occurs at about 135 seconds.