79273462

Date: 2024-12-11 23:44:15
Score: 0.5
Natty:
Report link

For anyone having this problem with .NET 8 you need to look in the output window and show output from Windows Forms in the drop-down.

Windows Forms Designer output window

In my case it was unable to find Microsoft.Extensions.Logging.Abstractions version 8.0.0.0. I had version 9.0.0.0 installed as a transistive package reference of Microsoft.Extensions.Caching.Memory.

Installed NuGet Package dependency

You will need to look through your installed packages and find the one that has a depdency on a higher version of the missing pacakge and downgrade that to an 8.X.X.X version.

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Damien D