Purchased a license for Contour and trying to install it on my latest Umbraco project (umbraco v
4.7.0.RC)
Getting this error:
Installed the database
Datatype could not be installed + System.Collections.Generic.KeyNotFoundException:
The given key was not present in the dictionary.
at
umbraco.cms.businesslogic.datatype.controls.Factory.GetNewObject(Guid
DataEditorId)
at
umbraco.cms.businesslogic.datatype.DataTypeDefinition.get_DataType()
at Umbraco.Forms.UI.Usercontrols.Installer.Page_Load(Object sender,
EventArgs e) in
d:\TeamCity6\buildAgent\work\278191fcc80f7b16\Umbraco.Forms.UI\Usercontrols\Installer.ascx.cs:line
50
Updated /umbraco/config/create/ui.xml
Added dashboard to Contour application
Updated web.config to use correct asp.net ajax assemblies
I'm getting the same error installing v1.1.6 on Umbraco 4.7.0. Mentioned it in this thread as well, which documents the same error in an earlier version.
Could it perhaps have something to do with the fact that the installer is referencing a file on a non-existing d: drive?
Contour Installation KeyNotFoundException
Purchased a license for Contour and trying to install it on my latest Umbraco project (umbraco v 4.7.0.RC)
Getting this error:
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at umbraco.cms.businesslogic.datatype.controls.Factory.GetNewObject(Guid DataEditorId) at umbraco.cms.businesslogic.datatype.DataTypeDefinition.get_DataType() at Umbraco.Forms.UI.Usercontrols.Installer.Page_Load(Object sender, EventArgs e) in d:\TeamCity6\buildAgent\work\278191fcc80f7b16\Umbraco.Forms.UI\Usercontrols\Installer.ascx.cs:line 50
Any thoughts would be much appreciated?
Comment author was deleted
Not sure what is wrong, but seems it only affected the datatype.
Could you check if it added the datatype? Should be one called form picker
Hi Tim,
The form picker datatype did not get created.
I'm getting the same error installing v1.1.6 on Umbraco 4.7.0. Mentioned it in this thread as well, which documents the same error in an earlier version.
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
Ok will look into the issue have done a lot of installs and never seen the error.
But it seems to only affect the creation of the datatype, contour section should still perform fine
Alright, I hope you'll be able to pinpoint it — and let me know if you need any more system info.
If it is indeed only a datatype that is missing (and it appears to be), would it be easy enough to create manually? If so, what are its properties?
Comment author was deleted
Yup simply create a new one and select form picker as the render control and that's it
is working on a reply...