I have some projects that I created on my laptop, and they work fine there. I have just added them to the Subversion repository on my home PC, and loaded in VS on that PC only to find that the test projects do not display; they just show as a folder icon, and you can't see anything under the root. There is an expand icon next to the folder icon but clicking it does nothing.
There are 2 solutions this has just happened with. The first is a class library, the second an ASP.NET MVC application. They both use MSTest, the first uses Rhino Mocks also, and the second has MVC references etc.
I did previously have VS2008 Standard on the PC, but have now installed Professional.
I did consider that something had gone missing/ got corrupted in the commit/ retrieve from subversion, but looking at the project files etc in notepad it all looks fine.
Another odd thing is that I have 1 other MVC solution which has had the same happen to it (commit to svn from laptop, open on PC), where the test project is working fine. It uses Rhino Mocks again, but NUnit instead of MSTest. I'm therefore wondering if this is something related to MSTest. The reference is to a dll in C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\PublicAssemblies and that looks fine on the PC, and even if there was some problem with the reference you wouldn't expect this behaviour.
Any ideas for what could be causing this?