Not strictly a programming question, but definately programming related.
The option to run tests in Visual Studio is greyed out for some reason. I’ve just started a File | new MVC Application, using VS2008pro.
alt text http://www.olympianbot.co.uk/images/greyed-tests.jpg
Any idea what causes this / how to resolve it?
Visual Studio recognizes test projects by a special GUID. If there’s a project with the GUID :
FAE04EC0-301F-11D3-BF4B-00C04F79EFBC, VS will automatically load tests from it. So make sure that in the .csproj of your test project you have the correct GUID: