unexpected exit while build,why?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

we have a .net project, edit in VB.Net and ASP.Net;
while we implement daily build the total solution,
if we use VS.Net to build, it will exit unexpectedly,
if we use devenv.exe commond line to build, it is the same;
however, the memory and virtual memory in that maschine are enough,
no build error.

what is the problem with it?? how to solve it?? thank you so much.
 
How big is the solution in question. If rather large, consider compiling the
projects that you are no longer working on (Data Access perhaps) and recreate
the references to those assemblies instead of the current project references.

Not sure if this will help, but it will certainly reduce the amount of work
for build on each project.

You can also check the build order of components, as that can conceivably
get out of whack.

---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Back
Top