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>

Reply via email to