Hi Stephen,
I had the same problem described in the post below.
http://forums.microsoft.com/msdn/ShowPost.aspx?postid=3744594&isthread=false&siteid=1
I was able to use the work around described in the above Topic.
The issue I have now is, I have more than one project using MSTest and many more to come.
It will be a maintenance issue to include "all" the configuration information for the projects into a single MSTest.exe.config file under %ProgramFiles%\Microsoft Visual Studio 9.0\Common7\IDE.
Is there a feature/switch to instruct MSTest to load the configuration from an alternate "location". I can still maintain the configuration file as "MSTest.exe.config" but load it from a different location. eg project directory
I am aware of the <location> element in MSTest.exe.config. This approach has two issues.
a) This element expects an absolute path.
b) Still requires maintenance of the MSTest.exe.config under %ProgramFiles%\Microsoft Visual Studio 9.0\Common7\IDE. I agree that this is better than placing the whole configuration information in a single file.
I am hoping for a feature like MSTest.exe abcProj\MSTest.exe.config.
Thanks in advance for your assistance.
Thanks
Lakshman