-
Notifications
You must be signed in to change notification settings - Fork 3
Description
After applying the latest NuGet updates, I get the following error
ATTENTION:
The TextDumper threw an exception:
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
at vm.Aspects.Diagnostics.Implementation.DumpState..ctor(ObjectTextDumper dumper, Object instance, Type type, ClassDumpData classDumpData, DumpAttribute instanceDumpAttribute, DumpScript dumpScript, Boolean isTopLevelClass)
at vm.Aspects.Diagnostics.Implementation.DumpState..ctor(ObjectTextDumper dumper, Object instance, ClassDumpData classDumpData, Boolean buildScript)
at vm.Aspects.Diagnostics.ObjectTextDumper.DumpObject(Object obj, Type dumpMetadata, DumpAttribute dumpAttribute, DumpState parentState)
at vm.Aspects.Diagnostics.ObjectTextDumper.Dump(Object value, Type dumpMetadata, DumpAttribute dumpAttribute)
After downgrading the CommonServiceLocator NuGet package from 2.0.1 to 1.3.0 the error was gone. Is there a better way to fix it?