Visual Studio 2005 Project options - Stack Overflow most recent 30 from stackoverflow.com 2009-12-04T05:09:58Z http://stackoverflow.com/feeds/question/29777 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/29777/visual-studio-2005-project-options 0 Visual Studio 2005 Project options goldenmean 2008-08-27T09:21:34Z 2009-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#29780 1 Answer by Rob Cooper for Visual Studio 2005 Project options Rob Cooper 2008-08-27T09:23:21Z 2008-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#29781 0 Answer by Sergio Acosta for Visual Studio 2005 Project options Sergio Acosta 2008-08-27T09:24:46Z 2008-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>