Delete the wrong playlist to test explorer in visual studio 2012

I added the wrong playlist to the test explorer, an error message appears in the output window when compiling my test project every time. It says: "Error reading playlist file" E: * **. Cs'. There is an error in the XML document (1, 1). "And the test guide shows" The selected playlist is invalid. Correct the errors to see the tests. See the “Test Window” window for more information. “I think the playlist should be a .xml file, and I just added the .cs file as a .xml file. By the way, I don’t need a playlist for my test, I just don’t want see this message more.

Thanks guys

+4
source share
1 answer

while I found a solution, although I was looking for the same problem.

  • Close Solution
  • Find your playlist where it will be saved, and then delete it, simply, right? :)
  • Return your decision and re-create your solution. Everything should be fine. The playlist should no longer appear.

Find more at: http://how-to-code-net.blogspot.com/2014/05/how-to-remove-wrong-playlist-from-test.html

+4
source

All Articles