Hi
if you run it via the command line, are there any dialog boxes popping up for example, you use a 3rd party library, and on the build server it pops up a dialog for a license or so with kind regards Ruben Willems On Fri, May 29, 2009 at 10:13 PM, Mike McAllister <[email protected]>wrote: > > I have used CC for years. All of a sudden I have this problem. devenv > never exits. It will only time out. The logs server log shows that the > build has completed, but devenv remains hung and does not exit. Only > the timeout finally kills the process. I've checked permissions; I > have the service running on my domain account. I've tried everything I > can think of with no success. > > Has anyone 'out there' had this problem? Thanks for any help/insight > you might be able to provide... > > Here's my task block. > > <tasks> > <devenv> > <solutionfile>"C:\Documents and Settings\mmcallister\My > Documents\Visual Studio 2008\Projects\PV Devel\PV Devel.sln"</ > solutionfile> > <configuration>Debug</configuration> > <buildtype>Build</buildtype> > <project>Dmsi.Agility.Library</project> > <executable>C:\Program Files\Microsoft Visual Studio > 9.0\Common7\IDE\devenv.com</executable> > <buildTimeoutSeconds>600</buildTimeoutSeconds> > <version>VS2008</version> > </devenv> > </tasks> >
