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: }
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:
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:
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
Remnants of Gecko Uploadifyer seem to have caused it. It works now.
is working on a reply...