Hi ,
We are using DNN Version 4.8.2 & SQL Server 2005 for our project (DB named - angstcornerdev).
To check the features I have downloaded the latest version of DNN 5.1.0 and tried to install it.
As per Instructions GuideLines , i have created another folder and , changed the ConnectionString in Web.Config (Created another database named DNN ,Both databse instances resides in same server). And Installed it.
But after installation it has chaged (run the scripts) my orginal project DB - angstcornerdev , Unfortunately it has not asked me the permission to run the new scripts on ol databse while installation.
Now while running my original project , it showed me a page with versions like
Upgrading DotNetNuke
Current Assembly Version: 04.09.00
Current Database Version: 05.01.02
As per my lead sugession, i have changed the version in Tabs (Table) - (original database).
But after that it is showning me a page :
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.IndexOutOfRangeException: AdministratorRoleName
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:
[IndexOutOfRangeException: AdministratorRoleName]
System.Data.ProviderBase.FieldNameLookup.GetOrdinal(String fieldName) +1433771
System.Data.SqlClient.SqlDataReader.GetOrdinal(String name) +102
System.Data.SqlClient.SqlDataReader.get_Item(String name) +12
DotNetNuke.Entities.Portals.PortalController.FillPortalInfo(IDataReader dr, Boolean CheckForOpenDataReader) +2650
DotNetNuke.Entities.Portals.PortalController.GetPortal(Int32 PortalId) +184
DotNetNuke.Entities.Portals.PortalSettings.GetPortalSettings(Int32 TabId, PortalAliasInfo objPortalAliasInfo) +121
DotNetNuke.Entities.Portals.PortalSettings..ctor(Int32 tabId, PortalAliasInfo objPortalAliasInfo) +82
DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +3303
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|
Server Error in '/angstcorner' Application.
AdministratorRoleName
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
Unfortunately we dont have a backup for DEV Database, Is there any solution for this ? or we need to copy the DB from Staging Server ?
Thanks in advance.