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
- Remove either the /win32manifest compiler option or the /nowin32manifest compiler option.
See Also
Reference
/nowin32manifest (Visual Basic)