Edit

Share via


The /moduleassemblyname option may only be specified when building a target of type 'module'

The Visual Basic compiler has been passed the /moduleassemblyname compiler option when the /target option is set to a value other than module.

Error ID: BC2030

To correct this error

  1. Remove the /moduleassemblyname compiler option or set the /target option to module.

See also