For example:
Public Class Class1
Public Sub Some()
Dim Image As New Bitmap("C:\image.bmp")
End Function
End Class
Displays an error on Bitmap which says "Name Bitmap is not declared".
Some solution? is impossible use Bitmap class or another class?