Hello,
After upgrading 4.9.4 to 5.1.2 got this error
Upgrading DotNetNuke
Current Assembly Version: 05.01.02
Current Database Version: 04.09.04
Upgrade Status Report
00:00:00.158 - Upgrading to Version: 05.01.02
00:00:00.488 - Executing Script: 05.00.00.SqlDataProvider Error! (see 05.00.00.log for more information)
00:00:16.218 - Executing Script: 05.00.01.SqlDataProvider Success
00:00:18.709 - Executing Script: 05.01.00.SqlDataProvider Error! (see 05.01.00.log for more information)
00:00:26.247 - Executing Script: 05.01.01.SqlDataProvider Success
00:00:27.169 - Executing Script: 05.01.02.SqlDataProvider Success
00:00:27.866 - Executing Application Upgrades: 05.00.00 Success
00:00:36.203 - Executing Application Upgrades: 05.00.01 Success
00:00:36.226 - Executing Application Upgrades: 05.01.00 Success
00:00:38.575 - Executing Application Upgrades: 05.01.01 Success
00:00:38.590 - Executing Application Upgrades: 05.01.02 Success
00:00:38.591 - Cleaning Up Files: 05.00.00 Success
00:00:39.146 - Cleaning Up Files: 05.00.01 Success
00:00:39.204 - Cleaning Up Files: 05.01.00 Success
00:00:40.136 - Cleaning Up Files: 05.01.01 Success
00:00:40.136 - Cleaning Up Files: 05.01.02 Success
00:00:40.137 - Updating Config Files: 05.00.00 Success
00:00:40.137 - Updating Config Files: 05.00.01 Success
00:00:40.137 - Updating Config Files: 05.01.00 Success
00:00:40.163 - Updating Config Files: 05.01.01 Success
00:00:40.163 - Updating Config Files: 05.01.02 Success
00:00:40.164 - Performing General Upgrades
00:00:40.493 - Installing Optional Modules:
00:00:40.495 - Installing Package File HTML_Community_05.01.03_Install: Success
00:00:44.079 - Installing Optional Skins:
00:00:44.079 - Installing Package File DNN-MinimalExtropySkin_01.00.04_Install: Error!
00:00:44.421 - Installing Optional Containers:
00:00:44.421 - Installing Package File DNN-MinimalExtropyContainer_01.00.04_Install: Error!
00:00:44.507 - Installing Optional Languages:
00:00:44.507 - Installing Optional Providers:
00:00:44.508 - Installing Package File AspNetMembershipProvider_05.01.01_Install: Success
00:00:44.582 - Installing Package File CorePermissionProvider_05.01.01_Install: Success
00:00:44.692 - Installing Package File DatabaseLoggingProvider_05.01.01_Install: Success
00:00:44.768 - Installing Package File DNNMembershipProvider_05.01.01_Install: Success
00:00:44.898 - Installing Package File DNNMenuNavigationProvider_05.01.00_Install: Success
00:00:44.980 - Installing Package File DNNTreeNavigationProvider_05.01.00_Install: Success
00:00:45.064 - Installing Package File FckHtmlEditorProvider_02.00.04_Install: Success
00:00:59.891 - Installing Package File FileBasedCachingProvider_05.01.01_Install: Success
00:01:00.196 - Installing Package File SchedulingProvider_05.01.00_Install: Success
00:01:00.417 - Installing Package File SearchIndexProvider_05.01.00_Install: Success
00:01:00.653 - Installing Package File SearchProvider_05.01.01_Install: Success
00:01:00.813 - Installing Package File SolpartMenuNavigationProvider_05.01.00_Install: Success
00:01:01.079 - Installing Optional AuthSystems:
00:01:01.079 - Installing Package File LiveID_01.00.01_Install: Success
00:01:01.747 - Installing Package File OpenID_02.00.00_Install: Success
00:01:02.394 - Installing Optional Packages:
Upgrade Complete
can any one tell me where did i done mistake..
i just copy the new installation files and folders to dnn portal execpt these files
web.config, release.config, default.aspx the main files as i think.
got the error when returned to site after upgrade
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: BC30114: 'xmlns' is an XML prefix and cannot be used as an expression. Use the GetXmlNamespace operator to create a namespace object.
Source Error:
|
Line 2: <%@ Register TagPrefix="dnn" Namespace="DotNetNuke.Common.Controls" Assembly="DotNetNuke" %>
Line 3: <asp:literal id="skinDocType" runat="server"></asp:literal>
Line 4: <html <%=xmlns%> <%=LanguageCode%>>
Line 5: <head id="Head" runat="server">
Line 6: <meta id="MetaRefresh" runat="Server" http-equiv="Refresh" name="Refresh" />
|
Source File: C:\inetpub\wwwroot\BJETS_Vinod\Default.aspx Line: 4
Done the Changes in web.config with old web.config.
after web.config update got this error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 125: <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
Line 126: <add assembly="System.Management, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
Line 127: <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
Line 128: </assemblies>
Line 129: <!-- register your app_code subfolders to generate granular assemblies during compilation
|
Source File: C:\inetpub\wwwroot\BJETS_Vinod\web.config Line: 127
Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
|
Server Error in '/' Application.
Configuration Error
it's not working now..so what i have done is creating new setup of portal.
started fresh installation of DNN got failure at Run Database Installation Scripts. My installation stops here please help me
thanks in advance
vinod