Ignorando a opção/noconfig porque ela foi especificada em um arquivo de respostaIgnoring /noconfig option because it was specified in a response file
A /noconfig
opção informa o compilador para não compilar com o arquivo Vbc. rsp.The /noconfig
option tells the compiler not to compile with the Vbc.rsp file. No entanto, o compilador processa o arquivo Vbc. rsp antes de processar outros arquivos de resposta, portanto, o compilador não pode honrar a /noconfig
opção em um arquivo de resposta.However, the compiler processes the Vbc.rsp file before processing any other response files, so the compiler cannot honor the /noconfig
option in a response file.
ID do erro: BC2025Error ID: BC2025
Para corrigir este erroTo correct this error
Remova a
/noconfig
opção do arquivo de resposta.Remove the/noconfig
option from the response file.Especifique a
/noconfig
opção ao invocar o compilador de linha de comando.Specify the/noconfig
option when invoking the command-line compiler.