Building with devenv: failure when logging off?
Visual Studio
1
Posts
1
Posters
0
Views
1
Watching
-
On a Windows XP machine, I set up a Continuous Integration tool. Building the solutions is done via command line, I used devenv (Visual Studio 2010) with some parameters. Generally, it works fine. But when I logged in remotely via RDP, and then logged off from that RDP session, devenv just completed the current csproj, but failed to compile the next csproj in the sln. Note that the service for the Continuous Integration tool does not run with my user account. I found a workaround: use msbuild instead of devenv. Have you also encountered that strange behavior of devenv? And do you know the reason?