Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nate 143 posts 184 karma points
    Jan 15, 2011 @ 02:21
    Nate
    0

    The given key was not present in the dictionary.

     

    I get the following error when I try to install the package on umbraco 4.5.2 and 4.6.1.

    I've installed the latest version of famfamfam and uComponents.  Any ideas?  looks like aprt of the package gets installed but no content/documenttypes/templates get installed.

    The given key was not present in the dictionary.

    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.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.


     

  • Nate 143 posts 184 karma points
    Jan 15, 2011 @ 02:22
    Nate
    0

    KeyNotFoundException: The given key was not present in the dictionary.]
       System.Collections.Generic.Dictionary`2.get_Item(TKey key) +2252153
       umbraco.cms.businesslogic.datatype.controls.Factory.GetNewObject(Guid DataEditorId) +72
       umbraco.cms.businesslogic.datatype.controls.Factory.DataType(Guid DataTypeId) +62
       umbraco.cms.businesslogic.datatype.DataTypeDefinition.Import(XmlNode xmlData) +770
       umbraco.cms.businesslogic.packager.Installer.InstallBusinessLogic(Int32 packageId, String tempDir) +356
       umbraco.presentation.developer.packages.Installer.processInstall(String currentStep) +283
       umbraco.presentation.developer.packages.Installer.Page_Load(Object sender, EventArgs e) +551
       System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
       System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
       System.Web.UI.Control.OnLoad(EventArgs e) +91
       umbraco.BasePages.BasePage.OnLoad(EventArgs e) +49
       System.Web.UI.Control.LoadRecursive() +74
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +220

  • Chris Koiak 700 posts 2626 karma points
    Jan 15, 2011 @ 09:56
    Chris Koiak
    0

    It looks like the error occurs in loading the package rather than any install code within the package.

    • Where are you trying to install (local, hosted, etc)?
    • What version of Umbraco are you using?
    • Is it a clean instance of Umbraco?

    Cheers,

    Chris

  • Chris 69 posts 75 karma points
    Mar 02, 2011 @ 06:52
    Chris
    0

    Hi,

    Not sure about Nate's configuration, but I'm getting this same error when installing the package. Both on local machine and my server. Umbraco version 4.6.1. (I tried both a clean and existing umbraco site.)

    Chris

  • Chris 69 posts 75 karma points
    Mar 02, 2011 @ 08:33
    Chris
    0

    I was able to fix the issue. It seems like I didnt have all 'ucomponents' plugins activated. After activating all of them, the package installed successfully. Maybe it would be good to provide a list of ucomponents plugins that are used by the package?

     

Please Sign in or register to post replies

Write your reply to:

Draft