Editing document types I get a No property editor could be resolved with the alias: Imulus.UrlPicker error
Hello,
I'm creating a new front-end web project that is leveraging an existing Umbraco backoffice. When I try to edit certain items, I'm getting an error with the request:
AutoMapper.AutoMapperMappingException
No property editor could be resolved with the alias: Imulus.UrlPicker
Am I missing a Nuget package install or is there something I need installed in the back office for this to work.
Any help or guidance would be greatly appreciated (I'm somewhat new to Umbraco).
Editing document types I get a No property editor could be resolved with the alias: Imulus.UrlPicker error
Hello,
I'm creating a new front-end web project that is leveraging an existing Umbraco backoffice. When I try to edit certain items, I'm getting an error with the request:
AutoMapper.AutoMapperMappingException No property editor could be resolved with the alias: Imulus.UrlPicker
Am I missing a Nuget package install or is there something I need installed in the back office for this to work.
Any help or guidance would be greatly appreciated (I'm somewhat new to Umbraco).
Thanks!
I'm guessing it's this package: https://www.nuget.org/packages/UrlPicker/
That did it! Thanks for the reply!
is working on a reply...