Visual Studio 2005 Project options - Stack Overflow most recent 30 from stackoverflow.com2009-12-04T05:09:58Zhttp://stackoverflow.com/feeds/question/29777http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/29777/visual-studio-2005-project-options0Visual Studio 2005 Project optionsgoldenmean2008-08-27T09:21:34Z2009-03-23T09:32:15Z
<p>Hello,</p>
<p>I have a solution in Visual Studio 2005(professional Edition) which in turn has 8 projects.I am facing a problem that even after i set the Command Arguments in the Project settings of the relevant project, it doesnt accept those command line arguments and it shows argc = 1, inspite of me giving more than 1 command arguments. Tried making the settings of this Solution similar to a working solution, but no success.
Any pointers?</p>
<p>-Ajit.</p>
http://stackoverflow.com/questions/29777/visual-studio-2005-project-options/29780#297801Answer by Rob Cooper for Visual Studio 2005 Project optionsRob Cooper2008-08-27T09:23:21Z2008-08-27T09:23:21Z<p>Hmm.. Are you sure the specified project is set as the start project (right click > set as startup project) ??</p>
<p>Oh, and obviously you need to be in the correct configuration mode ^_^</p>
<p>(Notice it can be changed to <em>debug | build | all configurations</em> )</p>
http://stackoverflow.com/questions/29777/visual-studio-2005-project-options/29781#297810Answer by Sergio Acosta for Visual Studio 2005 Project optionsSergio Acosta2008-08-27T09:24:46Z2008-08-27T09:24:46Z<p>Are you sure you are setting the command arguments on the same configuration (Debug|Release) you are debugging? As far as I remember command arguments are per configuration.</p>