Update to sitecore 8.2 giving error for Sitecore.Services.Infrastructure.Sitecore.DependencyInjection.ComponentServicesConfigurator

1.2k views Asked by At

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?

1

There are 1 answers

0
Akshansh Dwivedi On

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.