Save your sanity and mine, uncheck the junk from the File > New > C# Test Project
Tools > Options > Test Tools > Test Project > Uncheck it all except the Unit Test
Really ordered tests? So much for test isolation I guess!
If you are a Level 45 Spell Casting Battle Warlock Gnome or something you can continue on … (is that even a W.O.W. thing?)
Then for sanity plus one you can tweak the unit test template to just deliver a nice clean Unit Test Class.
1. Go to C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\CSharp\1033
that will be Program Files (x86) for those playing at home on 64 bit
2. Backup SimpleUnitTest.zip
3. Srsly Backup SimpleUnitTest.zip
4. Crack open SimpleUnitTest.zip and open up the SimpleUnitTest.cs file
5. Remove the what you don’t want in the template. I cut everything but this

6. *At about this point I realized that you can create new VS templates but I’m almost done
7. Copy up you new copy of SimpleUnitTest.zip (you backed this up right?)
8. Start Task Manager
9. Start > Run > devenv /setup (this resets the project cache)
10. Once Devenv.exe has finished it will disappear from the running processes list
11. Start Visual Studio and create a unit test project or add one to your existing project (you know that one that _really_ needs some tests, any tests!)
Your mileage will vary and this
Have fun and I probably won’t be able to fix your computer if it gets borked so keep that in mind. :)