I am in a huge rush right now.
Between VS2003 and VS2005 they moved where you choose whether you compile in Debug or Release mode. Where is it now
I have manually added the drop-down box to the tool bar, but it's grayed out. This is extremely frustrating and critical to testing DirectX stuff.

Compile in Release
Gagan Sharma
AIM48
http://msdn2.microsoft.com/en-gb/library/kkz9kefa(VS.80).aspx
harvs
That gave me the idear to look for a Run without Debugging button and add it to the toolbar. Guess what, it worked! Yay!
Granted, it'd be nice if the dropdown worked as intended though.
Will Merydith
Also, since you're able to go into Project Properties, once you're there, go the the Build tab, and see if the Configuration drop down is still grayed out...
Kimmo Laine
Okay, that enabled the drop-down! Cheers!
I know in Human Computer Interaction they tell everyone to hide extra settings... but the more I see such implementations, the more I think it's a load of BS. It seems to just get in the way and make things /harder/ to find.
Adii.sathye
Inside the build menu there is only: Build, Rebuild, Clean, and Publish.
As for Project Settings, I am guessing you mean Project Properties. And yes, I can access that through the Project menu or right clickong on the project in the Solution Explorer.
(And to think that the VS2005 help had a three line article saying: "Select from the Solutions Configuration drop-down box on the standard toolbar" for how to compile under Release mode... funny it isn't there for me! I am using Visual Studio 2005 Enterprise Edition version 8.0.50727.42, if that helps.)
BhuttCrackSpackle
This is not "running the Release version". This is either running your app under the debugger or not. In both cases your app is built with debug information and without compiler optimizations by default. To switch to the Release version, you have to switch the current configuration to Release then you can also start your app either under the debugger or outside of it.
Now regarding the original poster's issue, you can upload the solution and project files to some area where we can download them and see what's wrong.
AlexBB
Baller4lifeII
I opened up the SimpleAnimation example and the drop-down is still grayed out.
The weirdest part is that the dropdown wasn't even there like it used to be in VS2003. I had to manually add it.
thorlax402
maxim2000
hnkaraca
> IAC, go to Tools/Options/Show All Settings
> Then Projects and Solutions/Show advanced build configurations.
>
> The docs say:
>
> Show advanced build configurations
> When selected, the build configuration options appear on the Project
> Property Pages dialog box and the Solution Property Pages dialog box. When
> cleared, the build configuration options do not appear on the Project
> Property Pages dialog box and the Solution Property Pages dialog box for
> Visual Basic and Visual C# projects that contain one configuration or the
> two configurations debug and release. If a project has a user-defined
> configuration, the build configuration options are shown.
Ludo-R
ReneeC