Edit

Share via


Error embedding Win32 manifest: Option /win32manifest conflicts with /nowin32manifest

The Visual Basic compiler has been passed both a /win32manifest compiler option and a /nowin32manifest compiler option. Only one of these options can be passed to the Visual Basic compiler.

Error ID: BC2033

To correct this error

  1. Remove either the /win32manifest compiler option or the /nowin32manifest compiler option.

See also