开发者

Have Visual Studio 2008 run solution upon startup

开发者 https://www.devze.com 2023-01-13 12:44 出处:网络
Visual Studio 2008 can load a solution upon startup. Can it also run it automatically after it loads it? Like clicking on the \"Run without debugging\' button?

Visual Studio 2008 can load a solution upon startup. Can it also run it automatically after it loads it? Like clicking on the "Run without debugging' button?

Addition: Michael Mrozek's answer was helpful & accepted. But for some reason, when V开发者_JAVA技巧S runs, its attaching the debugger. Looking for a way for debugger not to get attached.


DevEnv.exe takes /Run and /RunExit arguments:

/Run         Compiles and runs the specified solution.
/RunExit     Compiles and runs the specified solution then closes the IDE.


I don't think solutions can be run immediately after being loaded. Why do you need this?

0

精彩评论

暂无评论...
验证码 换一张
取 消