I try to migrate my Access plugin initially in .NET 4.8 to .NET Standard.
But at compilation time, I get an error:
Erreur CS7069 Une référence au type ‘Image’ déclare qu’il est défini dans ‘System.Drawing’, mais il est introuvable AlwinVideo_MIPAccessControl [E:\Alwin_Trunk\Common\Develop\Ihm\Video\AlwinVideo_MIPAccessControlNS\Plugin\AlwinVideo_MIPAccessControlPlugin.cs 58 N](file:E:/Alwin_Trunk/Common/Develop/Ihm/Video/AlwinVideo_MIPAccessControlNS/Plugin/AlwinVideo_MIPAccessControlPlugin.cs%C2%A0%C2%A0%C2%A058%C2%A0%C2%A0%C2%A0N)/A
Image is not found in .NET Standard. System.Drawing
Do you plan to migrate plugin to .NET standard, it’s the only manner to correct the problem.
Thanks.