Compilation Error

E

Ellis Yu

Hi all,

When I compile my project, there're errors shown as below.

Preparing resources...
Updating references...
Performing main compilation...
vbc : error BC30464: Namespace or type 'Drawing' in the project-level
Imports 'System.Drawing' cannot be found.
vbc : error BC30464: Namespace or type 'Forms' in the project-level Imports
'System.Windows.Forms' cannot be found.
Building satellite assemblies...
Satellite assemblies could not be built because the main project output is
missing.

I'd imported the reference library in the project properties. Anyone
know how to solve it ???

Ellis
 
H

Herfried K. Wagner [MVP]

Ellis Yu said:
When I compile my project, there're errors shown as below.

Preparing resources...
Updating references...
Performing main compilation...
vbc : error BC30464: Namespace or type 'Drawing' in the project-level
Imports 'System.Drawing' cannot be found.
vbc : error BC30464: Namespace or type 'Forms' in the project-level
Imports
'System.Windows.Forms' cannot be found.

Are you sure there are references to "System.Windows.Forms.dll" and
"System.Drawing.dll"?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top