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 StartedNew to DNN Plat...New to DNN Plat...A Critical error has occurredA Critical error has occurred
Previous
 
Next
New Post
9/5/2011 6:11 PM
 
Hi,

I am getting the same error:

AssemblyVersion: 6.0.1
PortalID: 0
PortalName: Default
UserID: 4
UserName: host
ActiveTabID: 36
ActiveTabName: Extensions
RawURL: /dotnetnuke/Host/Extensions/tabid/36/ctl/Edit/mid/345/PackageID/127/portalid/0/Default.aspx?popUp=true
AbsoluteURL: /DotNetNuke/Default.aspx
AbsoluteURLReferrer: http://localhost/dotnetnuke/Host/Extensions/tabid/36/portalid/0/Default.aspx
UserAgent: Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 33a5774e-2469-4521-a088-95977a937ab0
InnerException: An item with the same key has already been added.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.ThrowHelper.ThrowArgumentException
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: 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 System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector) at DotNetNuke.Entities.Modules.ModuleControlController.GetModuleControlsByModuleDefinitionID(Int32 moduleDefID) at DotNetNuke.Entities.Modules.Definitions.ModuleDefinitionInfo.LoadControls() at DotNetNuke.Entities.Modules.Definitions.ModuleDefinitionInfo.get_ModuleControls() at DotNetNuke.Modules.Admin.Extensions.ModuleEditor.BindDefinition() at DotNetNuke.Modules.Admin.Extensions.ModuleEditor.BindDesktopModule(Boolean refreshDefinitions) at DotNetNuke.Modules.Admin.Extensions.ModuleEditor.Initialize() at DotNetNuke.Modules.Admin.Extensions.EditExtension.BindData() at DotNetNuke.Modules.Admin.Extensions.EditExtension.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Source:
Server Name: server

I added a new control to a module, and did not enter the key. How can I fix it now? Do I need need to delete certain record manually from the database?

Thank you.
 
New Post
9/6/2011 8:19 PM
 
I found a simple solution for my problem. I just uninstalled the module, and installed again.

Cheers!
 
New Post
2/1/2012 3:49 AM
 

I have this error when I try to use the module. I have tried to uninstall and re-install the module but I have always the same error.

AssemblyVersion: 6.1.1
PortalID: 0
PortalName: xxxxxxxx.com
UserID: 1
UserName: host
ActiveTabID: 2095
ActiveTabName: DNNMasters MPUS-Xtreme
RawURL: /Host/DNNMasters MPUS-Xtreme/tabid/2095/portalid/0/language/en-US/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.123ops.xx/Host/Extensions/tabid/36/portalid/0/language/en-US/Default.aspx
UserAgent: Mozilla/5.0 (Windows NT 6.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 9977f1f9-56d1-4a06-bcea-e07c53faba67
InnerException: An item with the same key has already been added.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.ThrowHelper.ThrowArgumentException
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: 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 DNNMasters.MPUS.X.Engine.Licensing.LicenseUtilsConfig.ReturnPortalAliasByTabId(Int32 tabId) at DNNMasters.MPUS.X.Engine.Licensing.LicenseUtilsConfig.ReturnProperAlias(HttpRequest request) at DNNMasters.MPUS.X.UI.UserControls.MPUSLicense.setLabelInfo() at DNNMasters.MPUS.X.UI.UserControls.MPUSLicense.page_Load(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---

Thanks
Marco

 

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...A Critical error has occurredA Critical error has occurred


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