| Author |
Message |
amccool
Joined: 21 Jan 2011 Posts: 1
|
Posted: Fri Jan 21, 2011 10:46 pm Post subject: mstest with config files requires vs2008 prompt first |
|
|
I'm unable to run mstest directly on my tests without first starting the Visual Studio 2008 Command Prompt. (DeploymentItem configuration file are not successfully located at runtime)
This is preventing me from setting up the profiler to profile my unit tests.
mstest /testcontainer:XXXX.dll /test:myWCFclientTest
Is there some way I can call vsvars.bat before I start executing my unit tests via mstest.exe ? |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6345 Location: Red Gate Software
|
Posted: Mon Jan 24, 2011 11:01 am Post subject: |
|
|
Thanks for your question. ANTS Profiler doesn't have any pre/post profiling action capability, but if it were me, I would make sure "profile child processes" is switched on, create a single batch file that runs everything you need and tell profiler to profile a desktop application and point it at cmd.exe.
c:\windows\system32\cmd.exe /c "mytest.bat" _________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group