I am trying to install the latest version contour onto Umbraco 4.5.1 but get the following error message after installation is attempted
Datatype could not be installed + System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at umbraco.cms.businesslogic.datatype.controls.Factory.GetNewObject(Guid DataEditorId) at umbraco.cms.businesslogic.datatype.controls.Factory.DataType(Guid DataTypeId) at umbraco.cms.businesslogic.datatype.DataTypeDefinition.get_DataType() at Umbraco.Forms.UI.Usercontrols.Installer.Page_Load(Object sender, EventArgs e) in d:\TeamCity\buildAgent\work\e4473b9ec9597356\Umbraco.Forms.UI\Usercontrols\Installer.ascx.cs:line 48
I have tried a number of different versions of contour but all give this same error message. Any ideas why?
I'm getting the same error installing v1.1.6 via the package repository on Umbraco 4.7.0. Could it perhaps have something to do with the fact that the installer is referencing a file on a non-existing d: drive?
Error installing Contour on v4.5.1
I am trying to install the latest version contour onto Umbraco 4.5.1 but get the following error message after installation is attempted
Datatype could not be installed +
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at umbraco.cms.businesslogic.datatype.controls.Factory.GetNewObject(Guid DataEditorId) at umbraco.cms.businesslogic.datatype.controls.Factory.DataType(Guid DataTypeId) at umbraco.cms.businesslogic.datatype.DataTypeDefinition.get_DataType() at Umbraco.Forms.UI.Usercontrols.Installer.Page_Load(Object sender, EventArgs e) in d:\TeamCity\buildAgent\work\e4473b9ec9597356\Umbraco.Forms.UI\Usercontrols\Installer.ascx.cs:line 48
I have tried a number of different versions of contour but all give this same error message. Any ideas why?
Comment author was deleted
Hi Graham,
It's only the datatype that couldn't be installed, the rest of contour should be installed and working.
DO you have the contour section now?
I have the contour section but I am unable to add fields to any forms or use the example contact forms.
What are the details of the datatype that I am missing, so I can add it manually?
Comment author was deleted
Hi Graham,
Do you remember what version you installed latest? Since you'll need version 1.0.12 or higher if you are running it on umbraco 4.5
I'm getting the same error installing v1.1.6 via the package repository on Umbraco 4.7.0. Could it perhaps have something to do with the fact that the installer is referencing a file on a non-existing d: drive?
Comment author was deleted
@Dan and do you have the datatype?
Contour section should perform fine it seems like it only fails adding the datatype
Nope, there is nothing under Developer > Data Types called Form Picker. If that is missing, which parts of Contour will not work?
Comment author was deleted
Well it's basicly just the datatype that is missing so won't have any impact on the Contour section.
And if you create a new datatype can you choose "form picker" as a render control?
Cheers,
Tim
Yes, I can in fact choose Form Picker as a render control, and it appears to work fine.
So I guess all that is missing from the installation is the automatic creation of a Data Type based on that render control? Not a biggie, then.
Comment author was deleted
Yup that's correct, so indeed not a biggie since you can create it manually with a couple of clicks
Just received the same error on an Umbraco version 4.11.4 today.
Created the datatype and it seems to work. All ok or am I missing something.
best
Jesper
Same thing here on v 6
And the link to install documents return a 404
Same as Claus and still get the 404
is working on a reply...