Visual Studio 2005 not building solutions - Stack Overflow most recent 30 from stackoverflow.com2009-12-22T22:36:22Zhttp://stackoverflow.com/feeds/question/338057http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/338057/visual-studio-2005-not-building-solutions2Visual Studio 2005 not building solutionsL2Type2008-12-03T17:44:57Z2008-12-25T02:11:25Z
<p>I have a solution with about 20 projects (that use Devexpress controls) in and when I do a normal solution build (ctrl-shift-B) it says everything is completed sucessfully when in actualy fact it has done nothing. To get it to build i have to right click on the solution and use the batch build option.</p>
<p>I've tried deleting the solution and regetting from TFS and i've even gone as far as reinstalling VS!</p>
<p>Anyone got any clues as to what is going wrong?</p>
<p>Sorry should have added that also tried to build from the main menus aswell.</p>
http://stackoverflow.com/questions/338057/visual-studio-2005-not-building-solutions/338068#3380682Answer by Lasse V. Karlsen for Visual Studio 2005 not building solutionsLasse V. Karlsen2008-12-03T17:48:09Z2008-12-03T17:48:09Z<p>Perhaps Ctrl+Shift+B has been assigned to one of the "check-to-see-if-it-is-needed-before-building" type of functions?</p>
<p>Check in the keyboard setting:</p>
<ul>
<li>Right-click the toolbar</li>
<li>Select Customize in the popup menu</li>
<li>Click the Keyboard button in the lower right corner of the dialog</li>
<li>In the new dialog, in the "Press shortcut keys", a bit to the right and below the center, hit Ctrl+Shift+B</li>
<li>Verify that it is bound to <em>Build.BuildSolution</em></li>
</ul>
<p>at least that is what it is bound to for me. I notice there is an action named Build.RebuildSolution as well, you should experiment.</p>
http://stackoverflow.com/questions/338057/visual-studio-2005-not-building-solutions/338074#3380745Answer by Micah for Visual Studio 2005 not building solutionsMicah2008-12-03T17:51:16Z2008-12-03T17:51:16Z<p>I've had similar issues. It's a long shot, but right-click your solution and go to Properties -> Configuration Properties. Check to make sure all of your projects have the "Build" option checked.</p>