vbc.exe compiler errors

  • Thread starter Thread starter David Delgado
  • Start date Start date
D

David Delgado

Hi All,

While attempting to compile a simple .vb program using the vbc.exe
command-line compiler, I get the following errors:
BC30466
BC30451

Is there any documentation that will explain what these errors are and how
to resolve them ?

Thanks
David
 
David,
Is there any documentation that will explain what these errors are and how
to resolve them ?

If you have v1.1 of the framework SDK installed, you can simply type
in the error code in the help index to find a description of it.

You're probably missing some references (/r switch to the compiler).



Mattias
 
Back
Top