Hi there,
I have quite a large project, actually 2 but they share a lot of projects between each other. The problem being when i compile from NOTHING i.e. no dll's in my common bin dir it fails..
This is due to the fact that some projects are not compiling before others that are dependent on them.
I have fixed it manually going through them and it now works
But i was wondering if there was some sort of plugin or trick to force a READ of the solution and build the dependencies and build order correctly?
Also its a mystery that some projects had a tick next to some projects in the project dependencies dialog and others not, any idea why?
Why did VS 2008 decide to say "hey thats a dependency on that but that isn't when it is" :-) ?
Any ideas really appreciated