Test results trx files from a build (2005 2008 compatibility)
Hi all,
Today I saw a very strange thing. I have a project that involves several teams, some of them work with Visual Studio 2005 and others with Visual studio 2008. There is a sln file for each version (2005 and 2008). There are also Unit Tests for each solution. I have tried to check the trx files (they should hold a report on the results after the build). To my surprise when I tried to check the Unit Tests that failed there were no details. After scratching my head for a while and some experiments I found that you can not read the details of one trx file in the other version. This is a bit odd, but you can not open a 2005 trx file in Visual Studio 2008. Go figure.
Yigael Oscar