c# 4.0 - devenv /runexit command does't closes visual studio instance? -


i'm in process of automating applications. i'm using...

devenv.exe /runexit "solutionfile\path\filename.sln" 

i'm running applications. if exceptions occurred in above process, visual studio doesn't exit , automation returns success.

i've searched other command line switches couldn't found solution this. please share solutions this?


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -