In Visual Studio 2008, I am not able to see the Batch Build option for VB.NET projects (as for C++ projects).
I am new to VB.NET, but does it have other options to do a batch build rather than creating a batch file?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To make the button appear (written from a Visual Studio 2005 perspective, but probably the same or at least very similar for Visual Studio 2008):
Right click on somewhere on the Visual Studio toolbar and select Customize…, then on the Commands tab in the Categories list, select Build.
You should now have a list of Build commands in the Commands list, one of which should be Batch Build…. Drag and drop that to somewhere on the toolbar.
However, I’m not certain if batch builds are supported for Visual Basic, so I’m not sure if this will help you.