I am trying to recode my CineFilmToVideo cine frame capture program using MS Visual Studio 2022 and .NET 6.0 (or newer) C# for target operating system Windows 10.0.22000.0 or later (Win11).
But I get a problem, that I cannot solve. Whenever I try to get the video capabilities (via Accord.net - especially the supported resolutions of the camera ) I get a message, that the dll for CoreCompat.System.Drawing is not found and I find no NuGet Package, that provides this dll.
See message:
"Could not load file or assembly 'CoreCompat.System.Drawing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. Das System kann die angegebene Datei nicht finden."
Has anybody an idea where to get the required dll.
Many thanks in advance
Wolfgang