Sometimes I get errors in a MsTest run and there is to little context to track down the problem, for example:
<ErrorInfo>
<Message>Unit Test Adapter threw exception: Type is not resolved for member 'Castle.MicroKernel.SubSystems.Conversion.ConverterException,Castle.Windsor, Version=3.1.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc'..</Message>
</ErrorInfo>
notice the dots '..' Is there some flag or anything that can make it include the rest of the error? I am running Mstest from commandline.