To use an imports statement for a namespace, you must have a reference to that namespace. Does your project have a reference to the System.Drawing namespace? Also note that it should read Imports System.Drawing
i am trying to import system.drawing in my web service
but drawing class is not in the list so what do i do?
thks
Paszt said:
To use an imports statement for a namespace, you must have a reference to that namespace. Does your project have a reference to the System.Drawing namespace? Also note that it should read Imports System.Drawing
Add a reference to it!
To add a reference, right click on References in the solution explorer and select 'Add Reference...' then on the .NET tab select System.Drawing.dll.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.