Test Bench object blinks quickly whenever I run (F5) in VS2008

Maybe a stupid question, but one day I accidentally did something in VS2008 and since then when I press F5, before my application appears, I see a quick flash of a small window that says "Test Test Bench". those. appears and disappears very quickly.

I read about Test Test Bench and (since it happened) quickly played with it in View / Other Windows, but I was unable to stop this fast flash.

This is not really a problem, it looks like VS is working fine, but I am always uncomfortable with something happening that I do not understand and that was not there before.

+2


source to share


2 answers


I have the same problem too. I once had JetBrain Resharper 4.5 installed. I removed it after my trial expired, and I think that's when I noticed the test object scanner appears when debugging.

Do you or both have Resharper or any other Visual Studio add-on installed / removed prior to this issue?

UPDATE



Try resetting Visual Studio settings. How To: Reset Settings

After the reset, the object's test bench popup disappeared.

+1


source


If you don't lose all your settings:



  • export current settings
  • reset all settings
  • import selected settings from exported backup settings. Keep everything else, but deselect "window layouts"
0


source







All Articles