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. In the Error List I have:
The type or namespace name 'DLL NAME' could not be found (are you missing a using directive or assembly reference?)
Metadata file 'C:\Projects\Project\trunk\source\Core\bin\Debug\Company.ProjectCore.dll' could not be found
What is odd is that the second time I compile (directly after this message) my solution compiles successfully. So, compile once - fail. Compile twice - succeed.
Can somebody suggest what i have to do to resolve this?
Thanks in advance.