Quantcast
Channel: Optimizely Search & Navigation
Viewing all articles
Browse latest Browse all 6894

EPiServer.Find.Commerce Type Load Error on Startup With Version 10.1.1

$
0
0

I'm attempting to update a project to the latest nuget packages, and am getting a "could not load type" error with version 10.1.1 of EPiServer.Find.Commerce.  The specific error is coming from FindCommericeInitializationModule when it tries to call "ApplyConventions."  Exception message is as follows:

"Could not load type 'Microsoft.Extensions.Logging.ILogValues' from assembly 'Microsoft.Extensions.Logging.Abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.":"Microsoft.Extensions.Logging.ILogValues"


I decompiled Microsoft.Extensions.Logging.Abstractions, and that version does not contain a definition for ILogValues.  Downgrading EPiServer.Find.Commerce back to version 10.1.0 fixes the error.  The release notes for this version of the nuget package list the only bugfix as something related to initialization.


Viewing all articles
Browse latest Browse all 6894

Trending Articles