Getting "Can't import data type.." in the error log
I have this error in the log:
Can't import datatype 'Umlaut.Umb.Blog.DataTypes.SkinBrowserDatatype': System.ArgumentException: An item with the same key has already been added. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) at umbraco.cms.businesslogic.datatype.controls.Factory.getDataTypes(List`1 types)
(also a similair post for the type Umlaut.Umb.Blog.DataTypes.UserPicker). I've taken a look at the Factory class, and it seems like I could just ignore this error post.
But I want to know why I get this error message and how to fix it. I'm running Umbraco 4.7.2 and I've installed the Blog StarterKit (or do you call it Runway?). I've modified the default Content and I have created custom DocumentTypes based on the those from the Startkit.
Getting "Can't import data type.." in the error log
I have this error in the log:
Can't import datatype 'Umlaut.Umb.Blog.DataTypes.SkinBrowserDatatype': System.ArgumentException: An item with the same key has already been added. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) at umbraco.cms.businesslogic.datatype.controls.Factory.getDataTypes(List`1 types)
(also a similair post for the type Umlaut.Umb.Blog.DataTypes.UserPicker). I've taken a look at the Factory class, and it seems like I could just ignore this error post.
But I want to know why I get this error message and how to fix it. I'm running Umbraco 4.7.2 and I've installed the Blog StarterKit (or do you call it Runway?). I've modified the default Content and I have created custom DocumentTypes based on the those from the Startkit.
Any sugestions?
is working on a reply...