System.AggregateException after installing Umbraco

I recently recived the following error after trying to install Umbraco Forms:

AggregateException: Some services are not able to be constructed (Error while validating the service descriptor 'ServiceType: Umbraco.Forms.Core.PropertyEditors.ValueConverters.FormPickerValueConverter Lifetime: Singleton ImplementationType: Umbraco.Forms.Core.PropertyEditors.ValueConverters.FormPickerValueConverter': Unable to resolve service for type 'Umbraco.Forms.Core.Services.IFormService' while attempting to activate 'Umbraco.Forms.Core.PropertyEditors.ValueConverters.FormPickerValueConverter'.) (Error while validating the service descriptor 'ServiceType: Umbraco.Forms.Web.Trees.FormTreeController Lifetime: Scoped ImplementationType: Umbraco.Forms.Web.Trees.FormTreeController': Unable to resolve service for type 'Umbraco.Forms.Core.Security.IFormsSecurity' while attempting to activate 'Umbraco.Forms.Web.Trees.FormTreeController'.)

This was due to me installing Umbraco.Forms.Web on my site project, rather than Umbraco.Forms. I thought this might help inform some people in future. As I can’t reply to any of the existing discord conversations / forum posts, I’m posting here

3 Likes

Thanks for sharing @jonathoncove3 !