I get this on run-time: Could not load file or assembly 'Microsoft.Extensions.Logging.Abstractions
I have tried the following steps by Skorunka František without success:
I have tried the following steps by Skorunka František without success: Link to StackOverFlow post
CodePudding user response:
I faced the same issue previously and the solutions I found
- Uninstall the package
- delete obj and bin files
- re-install it again from nuget package
still doesn't work then
- Delete obj and bin files
- Add => references => browse => add the proper dll from C:\Program Files\dotnet\
- rebuild
Hope this helps you!