PS4Macro icon indicating copy to clipboard operation
PS4Macro copied to clipboard

Bitmap not defined in System.Drawing

Open oliverzein opened this issue 4 years ago • 1 comments

Tried to follow your guide, but using MatchTemplate() results in a build exception:

Error CS7069 Reference to type 'Bitmap' claims it is defined in 'System.Drawing', but it could not be found

I'm using Visual Studio 2019 on Windows 10

oliverzein avatar Jun 18 '20 09:06 oliverzein

Had the same issue - not sure what the best solution is, but I got it working by setting the target framework to .NET 4.7.2.

merv1n avatar Jan 04 '21 16:01 merv1n