Reputation: 265
I have upgraded from Sitecore 8.1 to Sitecore 8.2. I am getting following error:
Could not find type: Sitecore.Services.Infrastructure.Sitecore.DependencyInjection.ComponentServicesConfigurator, Sitecore.Services.Infrastructure.Sitecore [<configurator type="Sitecore.Services.Infrastructure.Sitecore.DependencyInjection.ComponentServicesConfigurator, Sitecore.Services.Infrastructure.Sitecore" />]
What am I missing?
Upvotes: 0
Views: 1271
Reputation: 11
The assembly : Sitecore.Services.Infrastructure.Sitecore might be from old Sitecore Version. Please reference the one from latest SC version.
New namespace added : Sitecore.Services.Infrastructure.Sitecore.DependencyInjection
Please verify the fix.
Upvotes: 1