System.drawing namespace not found under console application

You need to add a reference to System.Drawing.dll.

As mentioned in the comments below this can be done as follows:
In your Solution Explorer (Where all the files are shown with your project), right click the “References” folder and find System.Drawing on the .NET Tab.

enter image description here

enter image description here

Leave a Comment