Ignoring /noconfig option because it was specified in a response file
The /noconfig
option tells the compiler not to compile with the Vbc.rsp file. 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.
Error ID: BC2025
Remove the
/noconfig
option from the response file.Specify the
/noconfig
option when invoking the command-line compiler.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: