How to fix Could not load assembly Microsoft.Extensions.Logging.Abstractions
Technical Consultant: Song Nghia
1. How to get error in compile project test host sample in commerce run time
- In CRT sample, run test host and get error like screenshot below
2. How to fix Could not load assembly Microsoft.Extensions.Logging.Abstractions
- In Visual studio, open NUGET PACKAGE of project Test Host and then, search package name Microsoft.Extensions.Logging.Abstractions, after that install package Microsoft.Extensions.Logging.Abstractions.
- Try to compile and re-run project.
Solution: from my Technical Architect in company.