IUmbracoBuilder' does not contain a definition for 'AddDeliveryApi'
Trying to build a created (and working) Umbraco 11 install and I'm getting this?
Error CS1061 'IUmbracoBuilder' does not contain a definition for 'AddDeliveryApi' and no accessible extension method 'AddDeliveryApi' accepting a first argument of type 'IUmbracoBuilder' could be found (are you missing a using directive or an assembly reference?)
I have using Umbraco.Extensions; in there - which definitely works as services.AddUmbraco was erroring and now it isn't.
IUmbracoBuilder' does not contain a definition for 'AddDeliveryApi'
Trying to build a created (and working) Umbraco 11 install and I'm getting this?
I have
using Umbraco.Extensions;
in there - which definitely works as services.AddUmbraco was erroring and now it isn't.Any ideas?
I thought AddDeliveryApi was U12 not U11? maybe you have the wrong template version installed
Huw! You're a question answering MACHINE! I mean not an "answering machine". You know what I mean.
Anyway that is possible. I'm in the middle of something else right now but I'll check out how I installed it and whether all my versions match.
Yes, it was a versioning thing, I had broken my install and then messed up restoring it and mixed up the versions.
is working on a reply...