views:

26

answers:

1

In Visual studio 2008, I am not able to see Batch Build option for vb.net projects as c++ projects.

I am new to VB.Net. but do it have any other options to do batch buld rather than creating Batch file?

A: 

To make the button appear (written from a VS2005 perspective but probably the same or at least very similar for 2008):

Right click on somewhere on the VS 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 VB, so I'm not sure if this will help you.

ho1