Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Installing 4.3.1Installing 4.3.1
Previous
 
Next
New Post
6/24/2006 2:35 AM
 

Hi, I have a question about upgrading or installing the new 4.3.1.  I have a few sites that run seperate 4.0.3 installations, and tried creating a new site with the 4.3.1 zip file(ie... created a new site directory, unzipped the new install there, and browsed to that site with ie explorer).  I get an assembly version mismatch.  Im guessing the assemblies that 4.0.3 registered arent compatible with this new install maybe? How can i get around this? Do I need to upgrade the existing sites? If so how do i go along doing this? Should i extract the 4.3.1 install zip over my 4.0.3 already made site folder ? that sounds dangerous heh, any help would be appreciated, thanks

 

 
New Post
6/24/2006 11:42 AM
 

yes, to upgrade you unzip over your existing site. Upgrade packages all contain a release.config, so you copy a few key values over from your web.config, then delete your old web.config, rename release.config to web.config, and browse the site. The 'DotNetNuke Installation Guide.pdf' doc in the documentation download has the full details about page 29-30

Cathal


Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
New Post
6/25/2006 1:13 AM
 

Thank you, yes I did read and follow the instructions in the document.  I finally got it to work, kind of. Now when i goto my site, where all the modules used to be there is an error saying The (Modulename) is currently unavailable or something like that.  And none of my usernames/passes work, including host/admin or anything, please help!

 

 
New Post
6/25/2006 3:11 AM
 

I did mention the modulename error in several threads, and several other people did too.

I tried to upgrade 4.0.3 to 4.3.0 and I got the modulename error.
I was hoping they fixed it in 4.3.1 but I guess it is still in there.
Guess we have to wait for 4.3.2 or 4.4 or 5 or whatever before we are able to upgrade....

I've already seen this error when trying to upgrade:

Server Error in '/' Application.
--------------------------------------------------------------------------------

DisplayName
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: DisplayName

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: DisplayName]
   System.Data.ProviderBase.FieldNameLookup.GetOrdinal(String fieldName) +1358439
   System.Data.SqlClient.SqlDataReader.GetOrdinal(String name) +102
   System.Data.SqlClient.SqlDataReader.get_Item(String name) +12
   DotNetNuke.Security.Membership.AspNetMembershipProvider.FillUserInfo(Int32 portalId, IDataReader dr, Boolean isHydrated, Boolean CheckForOpenDataReader) +246
   DotNetNuke.Security.Membership.AspNetMembershipProvider.GetUser(Int32 portalId, Int32 userId, Boolean isHydrated) +43
   DotNetNuke.Entities.Portals.PortalSettings.GetPortalSettings(Int32 TabId, PortalAliasInfo objPortalAliasInfo) +799
   DotNetNuke.Entities.Portals.PortalSettings..ctor(Int32 tabId, PortalAliasInfo objPortalAliasInfo) +83
   DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +3911
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64

Then someone in another thread had a possible solution:

"
Note that I am using the source version (DotNetNuke_4.3.0_Source.zip). I unzipped it over my 4.0.3 version. When I just tried to open the site with IE I got the same error. I then used VS 2005 to execute a Rebuild on the solution and then executed a Build Web Site. Everything works now.  Note that if you run VS 2005 in debug you will get an IndexOutOfRange warning  in this function:

       Public Shared Function GetUser(ByVal portalId As Integer, ByVal   userId As Integer, ByVal isHydrated As Boolean) As UserInfo
            Return memberProvider.GetUser(portalId, userId, isHydrated)
        End Function

I just clicked Continue and everything worked. Note that I have just tried this on my experimental 4.0.3 site not on anything that matters yet!
"

Here is som stuff from the sitelog which might help:

Upgraded DotNetNuke: General
Warnings: Error: Violation of UNIQUE KEY constraint 'IX_DesktopModules_ModuleName'. Cannot insert duplicate key in object 'dbo.DesktopModules'. The statement has been terminated.
Server Naam: WWW

And:

AssemblyVersion: 04.03.00
Method: System.Data.SqlClient.SqlConnection.OnError
FileName:
FileLineNumber: 0
FileColumnNumber: 0
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
AbsoluteURL: /Install/Install.aspx
AbsoluteURLReferrer:
http://##MYDOMAINNAME##/Install/Install.aspx?mode=Install
ExceptionGUID: b801b9ca-55ae-4c02-971b-5dbe3640a031
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
InnerException: Violation of UNIQUE KEY constraint 'IX_DesktopModules_ModuleName'. Cannot insert duplicate key in object 'dbo.DesktopModules'. The statement has been terminated.
Message: System.Data.SqlClient.SqlException: Violation of UNIQUE KEY constraint 'IX_DesktopModules_ModuleName'. Cannot insert duplicate key in object 'dbo.DesktopModules'. The statement has been terminated. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlDataReader.ConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteScalar() at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Data.SqlDataProvider.AddDesktopModule(String ModuleName, String FolderName, String FriendlyName, String Description, String Version, Boolean IsPremium, Boolean IsAdmin, String BusinessControllerClass, Int32 SupportedFeatures) at DotNetNuke.Entities.Modules.DesktopModuleController.AddDesktopModule(DesktopModuleInfo objDesktopModule) at DotNetNuke.Services.Upgrade.Upgrade.AddModuleDefinition(String DesktopModuleName, String Description, String ModuleDefinitionName, Boolean Premium, Boolean Admin, String Controller, String Version) at DotNetNuke.Services.Upgrade.Upgrade.UpgradeApplication()
StackTrace:
Source:
Server Naam: WWW

And:

AssemblyVersion: 04.03.00
Method: System.Data.ProviderBase.FieldNameLookup.GetOrdinal
FileName:
FileLineNumber: 0
FileColumnNumber: 0
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer:
ExceptionGUID: ed22d8bc-3756-4ab5-a193-8266f84017a5
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
InnerException: Unhandled Error:
Message: System.Exception: Unhandled Error: ---> System.IndexOutOfRangeException: DisplayName 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.Security.Membership.AspNetMembershipProvider.FillUserInfo(Int32 portalId, IDataReader dr, Boolean isHydrated, Boolean CheckForOpenDataReader) at DotNetNuke.Security.Membership.AspNetMembershipProvider.GetUser(Int32 portalId, Int32 userId, Boolean isHydrated) at DotNetNuke.Entities.Portals.PortalSettings.GetPortalSettings(Int32 TabId, PortalAliasInfo objPortalAliasInfo) at DotNetNuke.Entities.Portals.PortalSettings..ctor(Int32 tabId, PortalAliasInfo objPortalAliasInfo) at DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace ---
StackTrace:
Source:
Server Naam: WWW

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Installing 4.3.1Installing 4.3.1


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out