Параметр /noconfig пропущен, т. к. он задан в файле ответовIgnoring /noconfig option because it was specified in a response file
Параметр /noconfig
указывает компилятору не выполнять компиляцию с использованием файла Vbc.rsp.The /noconfig
option tells the compiler not to compile with the Vbc.rsp file. Однако компилятор обрабатывает файл Vbc.rsp перед обработкой других файлов ответов, поэтому он не может учитывать параметр /noconfig
в файле ответов.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.
Идентификатор ошибки: BC2025Error ID: BC2025
Исправление ошибкиTo correct this error
Удалите параметр
/noconfig
из файла ответов.Remove the/noconfig
option from the response file.Укажите параметр
/noconfig
при вызове компилятора командной строки.Specify the/noconfig
option when invoking the command-line compiler.