visual studio 2012 - How do I disable the Performance Explorer from opening every time? -


on project you've ran performance analysis, performance explorer tab opens when vs started, if closed before vs exited.

how disable , keep opening?

this bug since visual studio 2012 that's been open since summer 2012 still no official ms fix.

here's workaround annoyance:

  1. from windows explorer, go under vs project folder
  2. remove following file types if present:
    • file.vsp - (vs performance report)
    • file.vsps - (vs analyzed reports)
    • file.psess - (vs performance session)
  3. re-open solution, if error, click ok (the solution still load)
  4. close solution
  5. re-open solution - performance explorer tab gone!


    @b. clay shannon - update delete *.vsps

Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -