Hello.
When I upload all upgrade files to my application server, i try to go to my application and i get the next page:
Upgrading DotNetNuke
Current Assembly Version: 04.05.02
Current Database Version: 04.04.01
Upgrade Status Report
00:00:00.031 - Upgrading to Version: 4.5.2
00:00:00.031 - Performing General Upgrades
Upgrade Complete
When I click this last link I get this error:
|
The page cannot be displayed
|
The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings. |
Please try the following:
- Click the
Refresh button, or try again later.
- If you typed the page address in the Address bar, make sure that it is spelled correctly.
- To check your connection settings, click the Tools menu, and then click Internet Options. On the Connections tab, click Settings. The settings should match those provided by your local area network (LAN) administrator or Internet service provider (ISP).
- See if your Internet connection settings are being detected. You can set Microsoft Windows to examine your network and automatically discover network connection settings (if your network administrator has enabled this setting).
- Click the Tools menu, and then click Internet Options.
- On the Connections tab, click LAN Settings.
- Select Automatically detect settings, and then click OK.
- Some sites require 128-bit connection security. Click the Help menu and then click About Internet Explorer to determine what strength security you have installed.
- If you are trying to reach a secure site, make sure your Security settings can support it. Click the Tools menu, and then click Internet Options. On the Advanced tab, scroll to the Security section and check settings for SSL 2.0, SSL 3.0, TLS 1.0, PCT 1.0.
- Click the
Back button to try another link.
Cannot find server or DNS Error
Internet Explorer
|
This not just happens in server application but also in my local environment. The error generates exactly in code line SkinPlaceHolder.Controls.Add(ctlSkin) in the Default.aspx.vb file; This is the exception detail:
System.IndexOutOfRangeException was unhandled by user code
Message="Dependencies"
Source="System.Data"
StackTrace:
at System.Data.ProviderBase.FieldNameLookup.GetOrdinal(String fieldName)
at System.Data.SqlClient.SqlDataReader.GetOrdinal(String name)
at System.Data.SqlClient.SqlDataReader.get_Item(String name)
at DotNetNuke.Entities.Modules.ModuleController.FillModuleInfo(IDataReader dr, Boolean CheckForOpenDataReader, Boolean IncludePermissions)
at DotNetNuke.Entities.Modules.ModuleController.FillModuleInfo(IDataReader dr)
at DotNetNuke.Entities.Modules.ModuleController.GetModuleByDefinition(Int32 PortalId, String FriendlyName)
at DotNetNuke.Entities.Portals.PortalSettings.GetSiteSettings(Int32 PortalId)
at DotNetNuke.Entities.Portals.PortalSettings.GetSiteSetting(Int32 PortalId, String SettingName)
at DotNetNuke.Entities.Portals.PortalSettings.get_ControlPanelSecurity()
at DotNetNuke.UI.Skins.Skin.Page_Init(Object sender, EventArgs e)
at System.Web.UI.Control.OnInit(EventArgs e)
at System.Web.UI.UserControl.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.AddedControl(Control control, Int32 index)
at System.Web.UI.ControlCollection.Add(Control child)
at DotNetNuke.Framework.DefaultPage.Page_Init(Object sender, EventArgs e) in C:\Inetpub\wwwroot\Housesandgoods\Default.aspx.vb:line 465
at System.Web.UI.Control.OnInit(EventArgs e)
at System.Web.UI.Page.OnInit(EventArgs e)
at DotNetNuke.Framework.PageBase.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Any idea?? I've tried everithing and nothing fix this problem.
Thanks for your help.
Lukas.