Hi everyone
The DNN Pro 5.6.3 was released today (got an email) and I went ahead and tried it on my localhost environment to test the upgrade. My localhost is used for testing and upgrading, and thus it has the latest versions of DNN installed (5.6.2 until now) and quite a few modules, but no real content.
The install went fine for most part, except for 1 line:
Upgrading DotNetNuke
Current Assembly Version: 05.06.03
Current Database Version: 05.06.02
Upgrade Status Report
00:00:00.771 - Upgrading to Version: 05.06.03
00:00:07.011 - Executing Script: 05.06.03.SqlDataProvider Success
00:00:09.271 - Executing Application Upgrades: 05.06.03 Success
00:00:09.274 - Cleaning Up Files: 05.06.03 Success
00:00:09.320 - Updating Config Files: 05.06.03 Success
00:00:09.566 - Performing General Upgrades
00:00:13.439 - Installing Optional Modules:
00:00:13.576 - Installing Package File DNNPro_05.06.03_Install: Success
00:00:17.536 - Installing Package File DNNPro_DocumentLibrary_05.06.03_Install: Success
00:00:35.544 - Installing Package File DNNPro_GoogleAnalyticsPro_05.06.03_Install: Success
00:00:35.863 - Installing Package File DNNPro_HealthMonitoring_05.06.03_Install: Success
00:00:36.452 - Installing Package File DNNPro_HTMLPro_05.06.03_Install: Success
00:00:39.919 - Installing Package File DNNPro_IntegrityChecker_05.06.03_Install: Success
00:00:40.367 - Installing Package File DNNPro_LicenseActivation_05.06.03_Install: Success
00:00:41.172 - Installing Package File DNNPro_MyModules_05.06.03_Install: Success
00:00:41.437 - Installing Package File DNNPro_SearchCrawlerInput_05.06.03_Install: Success
00:00:41.814 - Installing Package File DNNPro_SearchCrawlerResults_05.06.03_Install: Success
00:00:42.192 - Installing Package File DNNPro_SearchCrawler_05.06.03_Install: Success
00:00:42.941 - Installing Package File DNNPro_SecurityCenter_05.06.03_Install: Success
00:00:43.261 - Installing Package File DNNPro_UserSwitcher_05.06.03_Install: Success
00:00:43.497 - Installing Package File DNNPro_WebServerManager_05.06.03_Install: Success
00:00:43.860 - Installing Package File Messaging_05.06.03_Install: Success
00:00:44.604 - Installing Package File Taxonomy_05.06.03_Install: Success
00:00:45.478 - Installing Package File Telerik_05.06.03_Install:
Error!
00:00:47.192 - Installing Optional Skins:
00:00:47.214 - Installing Optional Containers:
00:00:47.241 - Installing Optional Languages:
00:00:47.242 - Installing Optional Providers:
00:00:47.263 - Installing Package File AspNetMembershipProvider_05.06.03_Install: Success
00:00:47.593 - Installing Package File CorePermissionProvider_05.06.03_Install: Success
00:00:47.839 - Installing Package File CoreSitemapProvider_05.06.03_Install: Success
00:00:48.190 - Installing Package File DatabaseLoggingProvider_05.06.03_Install: Success
00:00:48.451 - Installing Package File DNNMembershipProvider_05.06.03_Install: Success
00:00:48.800 - Installing Package File DNNMenuNavigationProvider_05.06.03_Install: Success
00:00:49.027 - Installing Package File DNNTreeNavigationProvider_05.06.03_Install: Success
00:00:49.215 - Installing Package File FckHtmlEditorProvider_02.00.04_Install: Success
00:01:04.401 - Installing Package File FileBasedCachingProvider_05.06.03_Install: Success
00:01:04.876 - Installing Package File FileModuleCachingProvider_05.06.03_Install: Success
00:01:05.136 - Installing Package File MemoryModuleCachingProvider_05.06.03_Install: Success
00:01:05.270 - Installing Package File SchedulingProvider_05.06.03_Install: Success
00:01:05.460 - Installing Package File SearchIndexProvider_05.06.03_Install: Success
00:01:05.586 - Installing Package File SearchProvider_05.06.03_Install: Success
00:01:05.744 - Installing Package File SolpartMenuNavigationProvider_05.06.03_Install: Success
00:01:06.245 - Installing Package File TelerikEditorProvider_05.06.03_Install: Success
00:01:09.501 - Installing Optional AuthSystems:
00:01:09.522 - Installing Package File LiveID_01.00.01_Install: Success
00:01:10.420 - Installing Package File OpenID_02.00.00_Install: Success
00:01:10.927 - Installing Optional Packages:
Upgrade Complete
And here comes the real problem. After clicking on the link to accessing the portal, it shows an error instead of the portal:
Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC32206: Projektet indeholder i øjeblikket referencer til mere end én version af Telerik.Web.UI, en direkte reference til version 2011.1.315.35 og en indirekte reference (via 'DotNetNuke.Web.UI.WebControls.DnnWindowManager') til version 2011.1.519.35. Ret den direkte reference, hvis der skal bruges version 2011.1.519.35 (eller en nyere version) af Telerik.Web.UI.
Source Error:
|
Line 30: <input id="ScrollTop" runat="server" name="ScrollTop" type="hidden" />
Line 31: <input id="__dnnVariable" runat="server" name="__dnnVariable" type="hidden" />
Line 32: <dnnui:DnnWindowManager ID="DnnWindowManager" runat="server" Visible="False">
Line 33: </dnnui:DnnWindowManager>
Line 34: </dnn:Form>
|
Source File: C:\inetpub\wwwroot\DNNPro\Default.aspx
Line: 32
Show Detailed Compiler Output:
Show Complete Compilation Source:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.225
Some of this is in danish, so I've translated it for you here:
Compiler Error Message: BC32206: The Project currently contains more than one version of Telerik.Web.UI, a direct reference to version 2011.1.315.35 and an indirect reference (through 'DotNetNuke.Web.UI.WebControls.DnnWindowManager') to version 2011.1.519.35. Correct the direct reference, if you're using version 2011.1.519.35 (or a later version) of Telerik.Web.UI.
I hope DNN Tech team will correct this upgrade error :)