K
Ken Onweller \(.NET MCSD\)
there is something abou the way projects are set up in visual studio that is
really giving me a
headache.
you have multiple projects all working together and you wish to debug
through all of them.
you create a solution and then add each project to this solution.
in order for the debugging to work properly you must remove all of the file
references from each
Project's References section (in the solution explorer) and re-add them as
Project References.
Ok, all is good.
Everything works, you do your release build and you are done.
Now you want to work on one of those single projects so you open it. Those
references you added
are now cited as broken. So you have to remove the broken references and
then re-add them as
explicit file references again before you can proceed.
This is absolutely INSANE to me.
Why the bloody heck is it that if you have a Solution with multiple projects
that the default behavior
isn't just to assume all References for projects in the Solution ARE PROJECT
REFERENCES.
I mean, guys, with this approach, everytime you want to modify a project you
would be required to
open the whole stinking solution in order to do a build or test which is not
really ideal (especially
when you have several people working on the various pieces).
really giving me a
headache.
you have multiple projects all working together and you wish to debug
through all of them.
you create a solution and then add each project to this solution.
in order for the debugging to work properly you must remove all of the file
references from each
Project's References section (in the solution explorer) and re-add them as
Project References.
Ok, all is good.
Everything works, you do your release build and you are done.
Now you want to work on one of those single projects so you open it. Those
references you added
are now cited as broken. So you have to remove the broken references and
then re-add them as
explicit file references again before you can proceed.
This is absolutely INSANE to me.
Why the bloody heck is it that if you have a Solution with multiple projects
that the default behavior
isn't just to assume all References for projects in the Solution ARE PROJECT
REFERENCES.
I mean, guys, with this approach, everytime you want to modify a project you
would be required to
open the whole stinking solution in order to do a build or test which is not
really ideal (especially
when you have several people working on the various pieces).