Well...for what it's worth I just finished uninstalling VS 2008 and re- installing on our 2003 Enterprise build server.
That apparently did not fix the problem. This is a mystery. I guess I'm faced with building a new server and trying again. If I run across any reasons for why this happened I'll post here... On May 29, 3:49 pm, Ruben Willems <[email protected]> wrote: > Hi > > sorry no idea about this > but if you build it on another computer, does it work ? > > if so, maybe the devenv is broken on the build server > or there is a difference in version (service pack or so) > > with kind regards > Ruben Willems > > On Fri, May 29, 2009 at 10:43 PM, Mike McAllister <[email protected]>wrote: > > > > > > > Hmm. Interesting. I should have thought of running it on the command > > line. > > > Bottom line; devenv.exe is throwing an error in msize.c; line number > > 88 which is: > > > retval = (size_t)HeapSize(_crtheap, 0, pblock); > > > I imagine the important thing is the error message text which is: > > > Unhandled exception at 0x00e8ff98 in devenv.exe: 0xC0000005: Access > > violation. > > > Believe me, I'm not a C++/Win32 programmer, so most of the above is > > not understood by me. > > > Doe this trigger any ideas? > > > On May 29, 3:24 pm, Ruben Willems <[email protected]> wrote: > > > 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>- Hide quoted text - > > > > - Show quoted text -- Hide quoted text - > > - Show quoted text -
