Hello,
I create a new program with the following actions:
The solution compiles well but the creation of a instance of PdfDocument generates the following exception:
Could not load file or assembly ‘Microsoft.Extensions.Logging.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60’ or one of its dependencies. The located assembly’s manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Te same process with a Console App (.NET Framework 4.8) project generates no exception.
What can I do to avoid this exception?
Best regards