arneweise77
Programmer
Hello all!
when I compile my .vb file(making my own namespace) with the vbc command an error occurs with imports of certain namespaces.
These are my namespaces:
Imports System
Imports System.Drawing
Imports System.Drawing.Imaging
Imports System.Drawing.Drawing2d
Importing System is no problem but the rest the error message reads: "Namespace or type Drawing for the imports System.Drawing cannot be found"
Anyone?
Arne
when I compile my .vb file(making my own namespace) with the vbc command an error occurs with imports of certain namespaces.
These are my namespaces:
Imports System
Imports System.Drawing
Imports System.Drawing.Imaging
Imports System.Drawing.Drawing2d
Importing System is no problem but the rest the error message reads: "Namespace or type Drawing for the imports System.Drawing cannot be found"
Anyone?
Arne