healthy DLL reference broken after compile multi-project solution
- by Code Sherpa
Hi.
I have a solution with multiple class libraries.
When I compile each individual library (and the web site by itself)
compilation always succeeds.
But, when I compile the solution as a whole, one of the library
references fails with a little yellow exclamation mark next to the
failed library. I am guessing this has to do with the build order?
Can somebody suggest what i have to do to resolve this?
Thanks in advance.