Hello. A question, please. I am working with VS 2005. I don't find how can I set the working enviroment. I mean DEBUG, RELEASE. I know that I must see a bouton called SOLUTION CONFIGURATION, but I dont have it. Can anyone help me
Thanks...
Hello. A question, please. I am working with VS 2005. I don't find how can I set the working enviroment. I mean DEBUG, RELEASE. I know that I must see a bouton called SOLUTION CONFIGURATION, but I dont have it. Can anyone help me
Thanks...
Application Configuration
A__alex10
Wasif235288
Lamon
Thanks. If I go to Build menu, I don't have the Configuration Manager into. I have 7 options (Build, rebuild and clean for the solution) (build, rebuild and clean for the projet) and publish the projet.
And If I do right-click on the toolbar and I add the "build" option, I have 3 options (build projet, build solution and cancel).
Any idea, what's happens
ALFKI
Demix
You will need to enable 'show advanced build configurations'. Goto Tools->options->Projects and Solutions->General and set the checkbox True.
0xDEADBEEF
...then, in solution explorer (if you don't' see, View menu, then Solution Explorer), right click solution node (it's the main node), then Properties!
here you can find all solution properties...
John Aschenbrenner
rob74
Not, It is the same if my application compiles fine, Configuration Manager is disable...
Any idea
Jamie Thomson
If you want to switch between Build and Debug, then goto Build->Configuration Manager... And/or you can add the Build toolbar to your available toolbars (right-click the toolbars).
(Note: this is exactly the same in Visual Basic Express).
J Tatta
I found that this option is not by default. I inserted it doing :
right-click on the toolbar - Customize - commands - Rearrange command bouton - Menu build - Add in build menu - command configuration manager.
Now, I have it but It is disable. I guess that it is because I have some errors.
Thanks...