Max number of projects in a solution

  • Thread starter Thread starter rollasoc
  • Start date Start date
R

rollasoc

Hi,

One of the chaps in my department has just spent almost 3 days trying to
solve an issues of an unhandled exception on startup of an application we
are writing. The exception culd not be traced since it appeared to appear
at random points in the startup.

His solution has 13 projects in it, a mixture of C# GUI stuff and unmanaged
C++ business objects.

This morning, he removed two of the projects from the solution and built
them in their own soultions. The code runs fine. He puts the two projects
back into the original project and then gets the exception again.

Anyone had similar experiences? (not really asking for help here.. just
opinions).

I suspect it is his machine (a lowly Pentium 3 thing with not enough RAM).
But it does seem to be corrupting the build on compile.

rollasoc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top