简体   繁体   中英

How to use batch build for a VB.NET project in Visual Studio 2008

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?

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.

There is no such thing as Batch Build for VB.NET projects . Even in mixed solutions with only one Visual Basic project, Batch Build... is disabled/unavailable.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM