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

HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...From 4..5 to 6.1.4 - Object reference not set to an instance of an object.From 4..5 to 6.1.4 - Object reference not set to an instance of an object.
Previous
 
Next
New Post
3/27/2012 7:58 PM
 

Thanks Bill!

DDRMenu wasn't getting flagged in any  way until that last upgrade step and the version wasn't shown as an upgrade available so it looks like it might now be the sole issue with getting it all back up to speed with the lastest DNN.

Quite excited as I've been wanting to upgrade it for a long time now but one 3rd party module has been holding it back. Side stepping that one and things can roll again!

Cheers

 
New Post
3/27/2012 11:15 PM
 

It is much better but still not 100%.

The updated site pretty much runs but the DDRMenu still said it failed in the DNN Upgrade.  I installed the version for 4.9.5 first and have now tried the one for DNN v.6 but it won't do a repair install and fails.  Not sure if it's needed anyway as the site is mostly running ok on first glance.

The problem I'm experience though is happening when I now try to go to Host Settings.  The Event Viewer (works fine) shows:

 

AssemblyVersion: 6.1.4

PortalID: 0

PortalName: The Accountants Circle

UserID: 6

UserName: Webmaster

ActiveTabID: 16

ActiveTabName: Host Settings

RawURL: /Host/HostSettings/tabid/16/portalid/0/Default.aspx

AbsoluteURL: /Default.aspx

AbsoluteURLReferrer: http://update.accountantscircle.co.uk/Host/Extensions/tabid/3949/ctl/Install/rtab/3949/portalid/0/Default.aspx

UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20100101 Firefox/11.0

DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider

ExceptionGUID: cecb3b3d-6b93-45af-9c02-1ff22bd849f3

InnerException: The string parameter 'tagPrefix' cannot be null or empty. Parameter name: tagPrefix

FileName:

FileLineNumber: 0

FileColumnNumber: 0

Method: System.Web.UI.TagPrefixAttribute..ctor

StackTrace:

Message: DotNetNuke.Services.Exceptions.PageLoadException: The string parameter 'tagPrefix' cannot be null or empty. Parameter name: tagPrefix ---> System.ArgumentException: The string parameter 'tagPrefix' cannot be null or empty. Parameter name: tagPrefix at System.Web.UI.TagPrefixAttribute..ctor(String namespaceName, String tagPrefix) at System.Reflection.CustomAttribute._CreateCaObject(RuntimeModule pModule, IRuntimeMethodInfo pCtor, Byte** ppBlob, Byte* pEndBlob, Int32* pcNamedArgs) at System.Reflection.CustomAttribute.CreateCaObject(RuntimeModule module, IRuntimeMethodInfo ctor, IntPtr& blob, IntPtr blobEnd, Int32& namedArgs) at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeModule decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes, Boolean isDecoratedTargetSecurityTransparent) at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeAssembly assembly, RuntimeType caType) at System.Reflection.RuntimeAssembly.GetCustomAttributes(Boolean inherit) at System.Web.UI.AssemblyCache.GetAjaxFrameworkAssemblyAttribute(Assembly assembly) at System.Web.UI.ScriptManager.get_DefaultAjaxFrameworkAssembly() at System.Web.UI.ScriptManager..ctor() at Telerik.Web.UI.RadScriptManager..ctor() at DotNetNuke.Framework.AJAX.AddScriptManager(Page objPage) at DotNetNuke.Framework.PageBase.OnInit(EventArgs e) at DotNetNuke.Framework.DefaultPage.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---

Source:

Server Name: a418

I'm unable to access that page, not sure what other pages may have issues yet either.

 
New Post
3/29/2012 6:25 PM
 

 It feels so close but still having the same error and the message shown on the Host Settings page is:

Error: Host Settings is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: An item with the same key has already been added. ---> System.ArgumentException: An item with the same key has already been added. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer) at DotNetNuke.Entities.Modules.ModuleControlController.GetModuleControlsByModuleDefinitionID(Int32 moduleDefID) at DotNetNuke.Modules.Admin.Host.HostSettings.BindData() at DotNetNuke.Modules.Admin.Host.HostSettings.OnLoad(EventArgs e) --- End of inner exception stack trace ---
 

 A general exception is also appearing in the event/log viewer saying:

AssemblyVersion: 6.1.4

PortalID: -1

PortalName:

UserID: -1

UserName:

ActiveTabID: -1

ActiveTabName:

RawURL: /default.aspx

AbsoluteURL: /default.aspx

AbsoluteURLReferrer:

UserAgent:

DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider

ExceptionGUID: a7add9ce-40f3-45be-97bd-fe8fc3a4b182

InnerException: Object reference not set to an instance of an object.

FileName:

FileLineNumber: 0

FileColumnNumber: 0

Method: DotNetNuke.Security.Membership.AspNetMembershipProvider.GetMembershipUserCallBack

StackTrace:

Message: System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Security.Membership.AspNetMembershipProvider.GetMembershipUserCallBack(CacheItemArgs cacheItemArgs) at DotNetNuke.Common.Utilities.DataCache.GetCachedDataFromRuntimeCache(CacheItemArgs cacheItemArgs, CacheItemExpiredCallback cacheItemExpired)

Source:

Server Name: a418

 

Any clues there?

Thanks

 
New Post
3/31/2012 1:35 PM
 
Just looking at this last error message (An item with the same key has already been added - DotNetNuke.Entities.Modules.ModuleControlController.GetModuleControlsByModuleDefinitionID),
I wonder if you may have duplicate module definitions in your DB's Module table. I've seen similar errors recently in these threads:
http://www.dotnetnuke.com/Resources/Forums/forumid/108/threadid/437675/scope/posts.aspx
http://www.dotnetnuke.com/Resources/Forums/forumid/-1/postid/328438/scope/posts.aspx
though neither are identical to yours.
 
New Post
4/2/2012 7:11 PM
 

Thanks Juan

 Unfortunately the error is still there although I found duplicate module definitions which I adjusted and cleared.  No odd folders either so back to square one.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...From 4..5 to 6.1.4 - Object reference not set to an instance of an object.From 4..5 to 6.1.4 - Object reference not set to an instance of an object.


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