Namita Roy
Namita Roy

Reputation: 265

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

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

Answers (1)

Akshansh Dwivedi
Akshansh Dwivedi

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

Related Questions