VS2008 IDE

  • Thread starter Thread starter sippyuconn
  • Start date Start date
S

sippyuconn

Hi

I reinstalled VS2008 now the Build menu is missing REbuild and Clean
It only has 2 Muneu itens
-Build Solution
-Build Project

Where are the other menu items for build ?

Yhanks
 
Hi,

When you first start Visual Studio you have to select which environment you
want to use. The menu items are in some degree goverened by this choice.
You can change this environment by selecting Tools -> Import and Export
Settings and [Reset All Settings]. You should then get the environment
selection again.

If you are missing certain menu items you can customize the menu any way you
want. Select Tools->Customize and the Commands tab. You can then drag the
commands from the Commands window out of the dialog and into the menu system
where you want it.
 
Hi,

When you first start Visual Studio you have to select which environment you
want to use. The menu items are in some degree goverened by this choice.
You can change this environment by selecting Tools -> Import and Export
Settings and [Reset All Settings]. You should then get the environment
selection again.

If you are missing certain menu items you can customize the menu any way you
want. Select Tools->Customize and the Commands tab. You can then drag the
commands from the Commands window out of the dialog and into the menu system
where you want it.
 
Hello Yhanks,

Please click the Start->Run from the Windows Taskbar. And input "devenv
-resetsettings", click OK. After the Visual Studio repair its user
settings, you should see the rebuild and clean option from the Build menu.

Please let us to know if this fixes your issue. Have a nice day!


Best regards,
Colbert Zhou ([email protected], remove 'online.')
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).
 
Hello Yhanks,

Please click the Start->Run from the Windows Taskbar. And input "devenv
-resetsettings", click OK. After the Visual Studio repair its user
settings, you should see the rebuild and clean option from the Build menu.

Please let us to know if this fixes your issue. Have a nice day!


Best regards,
Colbert Zhou ([email protected], remove 'online.')
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).
 
Back
Top