Copied to clipboard

Flag this post as spam?

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


  • Connie DeCinko 931 posts 1160 karma points
    Feb 07, 2011 @ 23:46
    Connie DeCinko
    0

    Install error: The given key was not present in the dictionary.

    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.

    Source Error:

    [KeyNotFoundException: The given key was not present in the dictionary.]
       System.Collections.Generic.Dictionary`2.get_Item(TKey key) +4318751
       umbraco.cms.businesslogic.datatype.controls.Factory.GetNewObject(Guid DataEditorId) +120
       umbraco.cms.businesslogic.datatype.controls.Factory.DataType(Guid DataTypeId) +82
       umbraco.cms.businesslogic.datatype.DataTypeDefinition.get_DataType() +195
       usercontrols_MultipleFileUpload_Installer.Install(Object sender, EventArgs e) in c:\inetpub\wwwroot\usercontrols\MultipleFileUpload\Installer.ascx.cs:60
       System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +154
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3691
    

    Line 58:         foreach (DataTypeDefinition dt in DataTypeDefinition.GetAll())
    Line 59:         {
    Line 60:             if (dt.DataType != null && dt.DataType.Id.Equals(DATATYPE_UID))
    Line 61:                 ddMultipleFileUpload = dt;
    Line 62:         }

    Source File: c:\inetpub\wwwroot\usercontrols\MultipleFileUpload\Installer.ascx.cs    Line: 60

    Stack Trace:

  • Chris Houston 535 posts 980 karma points MVP admin c-trib
    Feb 07, 2011 @ 23:50
    Chris Houston
    0

    Hi Connie,

    This previous forum post might help you:

    Given key was not present in the dictionary and create dialog for packager does not match anything

    Cheers,

    Chris

     

  • Connie DeCinko 931 posts 1160 karma points
    Feb 07, 2011 @ 23:57
    Connie DeCinko
    0

    Remnants of Gecko Uploadifyer seem to have caused it.  It works now.

     

Please Sign in or register to post replies

Write your reply to:

Draft