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
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