代码之家  ›  专栏  ›  技术社区  ›  Tony_Henrich

启动时运行VisualStudio2008解决方案

  •  0
  • Tony_Henrich  · 技术社区  · 14 年前

    VisualStudio2008可以在启动时加载解决方案。它也能在加载后自动运行吗?比如点击“运行而不调试”按钮?

    Michael Mrozek的回答很有帮助,也被接受了。但由于某些原因,当VS运行时,它会附加调试器。寻找一种调试器不被连接的方法。

    2 回复  |  直到 14 年前
        1
  •  6
  •   Michael Mrozek    14 年前

    DevEnv.exe /Run /RunExit

    /Run         Compiles and runs the specified solution.
    /RunExit     Compiles and runs the specified solution then closes the IDE.
    
        2
  •  0
  •   Bernard    14 年前

    我认为解决方案在加载后不能立即运行。你为什么需要这个?