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
Post a Comment