I am currently on 5.4.1 and trying to upgrade to 5.5.1 on my dev site. It is a source code site. Here is what I am doing:
1) Backups db and files
2) Dowloaded DotNetNuke_Professional_05.05.01_Source.zip and unblocked it (right click->properties->Unblock)
3) Reboot my machine
4) Reset the web config customErrors to mode="Remote Only" (other wise I get errors from the upgrade process)
5) Extract all the files from the zip to my c:\DotNetNuke folder
6) Launch my site at the /install/install.aspx?mode=upgrade
It starts but then ends with this error:
Current Assembly Version: 05.05.01
Current Database Version: 05.04.01
Upgrade Status Report
00:00:01.626 - Upgrading to Version: 05.05.01
00:00:03.659 - Executing Script: 05.04.02.SqlDataProvider Success
00:00:06.692 - Executing Script: 05.04.03.SqlDataProvider Success
00:00:06.833 - Executing Script: 05.04.04.SqlDataProvider Success
00:00:06.880 - Executing Script: 05.05.00.SqlDataProvider Success
00:00:13.948 - Executing Script: 05.05.01.SqlDataProvider Success
00:00:13.979 - Executing Application Upgrades: 05.04.02 Success
00:00:13.979 - Executing Application Upgrades: 05.04.03 Success
00:00:14.026 - Executing Application Upgrades: 05.04.04 Success
00:00:14.026 - Executing Application Upgrades: 05.05.00 Success
00:00:16.184 - Executing Application Upgrades: 05.05.01 Success
00:00:16.184 - Cleaning Up Files: 05.04.02 Success
00:00:16.184 - Cleaning Up Files: 05.04.03 Success
00:00:16.184 - Cleaning Up Files: 05.04.04 Success
00:00:16.184 - Cleaning Up Files: 05.05.00 Success
00:00:16.184 - Cleaning Up Files: 05.05.01 Success
00:00:16.184 - Updating Config Files: 05.04.02 Success
00:00:16.200 - Updating Config Files: 05.04.03 Success
00:00:16.200 - Updating Config Files: 05.04.04 Success
00:00:16.200 - Updating Config Files: 05.05.00 Success
00:00:16.247 - Updating Config Files: 05.05.01 Success
00:00:16.434 - Performing General Upgrades
00:00:17.091 - Installing Optional Modules:
00:00:17.122 - Installing Package File CFFileViewer6_Install_DNN5: Success
00:00:20.218 - Installing Package File DnnIT_GAB49_04.09.00_Install: Success
00:00:25.003 - Installing Package File DNNPro_05.03.00_Install: Success
00:00:30.242 - Installing Package File DNNPro_05.05.00_Install: Success
00:00:34.480 - Installing Package File DNNPro_DocumentManagment_05.04.00: Success
00:01:54.526 - Installing Package File DNNPro_GoogleAnalyticsPro_05.05.01_Install: Success
00:01:56.449 - Installing Package File DNNPro_HealthMonitoring_05.02.01_Install: Success
00:01:57.605 - Installing Package File DNNPro_HealthMonitoring_05.05.00_Install: Success
00:01:59.168 - Installing Package File DNNPro_HTMLPro_05.02.01_Install: Success
00:02:03.295 - Installing Package File DNNPro_HTMLPro_05.05.00_Install: Success
00:02:06.609 - Installing Package File DNNPro_IntegrityChecker_05.02.01_Install: Success
00:02:08.313 - Installing Package File DNNPro_IntegrityChecker_05.05.00_Install: Success
00:02:09.610 - Installing Package File DNNPro_LicenseActivation_05.02.01_Install: Success
00:02:15.143 - Installing Package File DNNPro_LicenseActivation_05.05.00_Install:
Server Error in '/DotNetNuke' 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.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +486 System.Web.ApplicationStepManager.ResumeSteps(Exception error) +501 System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) +123 System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +379
|
Version Information: Microsoft .NET Framework Version:2.0.50727.3615; ASP.NET Version:2.0.50727.3614
I've done it probably 5 times now and it dies in a different spot everytime. I have stopped services that I don't need, shut down my email and all other apps so it's just the website running. I need to get this done what am I missing???
Any help is appreciated.
Thanks
Kelsey