I found the issue to be that the Document Type that was giving the error was using a data type that required a plugin (which had been removed from the solution). So deleting the data type fixed the Document type.
At the bottom of the error was an inner error which was helpful in solving the issue.
AutoMapper Error in version 7.7.7
Hi,
I'm getting this error when trying to access a Document Type:
Mapping types: ContentType -> IEnumerable
1 Umbraco.Core.Models.ContentType -> System.Collections.Generic.IEnumerable
1[[Umbraco.Web.Models.ContentEditing.PropertyGroupDisplay`1[[Umbraco.Web.Models.ContentEditing.PropertyTypeDisplay, umbraco, Version=1.0.6554.23596, Culture=neutral, PublicKeyToken=null]], umbraco, Version=1.0.6554.23596, Culture=neutral, PublicKeyToken=null]]Destination path: DocumentTypeDisplay.Groups.Groups
Source value: Umbraco.Core.Models.ContentType
Exception Details AutoMapper.AutoMapperMappingException:
Mapping types: ContentType -> IEnumerable
1 Umbraco.Core.Models.ContentType -> System.Collections.Generic.IEnumerable
1[[Umbraco.Web.Models.ContentEditing.PropertyGroupDisplay`1[[Umbraco.Web.Models.ContentEditing.PropertyTypeDisplay, umbraco, Version=1.0.6554.23596, Culture=neutral, PublicKeyToken=null]], umbraco, Version=1.0.6554.23596, Culture=neutral, PublicKeyToken=null]]Destination path: DocumentTypeDisplay.Groups.Groups
Source value: Umbraco.Core.Models.ContentType
It has nested content and strangely it works fine on another developers machine, but he made it.
Any ideas how I can fix this.
Thanks
This has been fixed, I had a missing package.
I've just started getting this error - can you remember the missing package?
Hi,
I found the issue to be that the Document Type that was giving the error was using a data type that required a plugin (which had been removed from the solution). So deleting the data type fixed the Document type.
At the bottom of the error was an inner error which was helpful in solving the issue.
is working on a reply...