I have a Solution which contains several projects. Say A, B, C, D. The
dependencies are set up correctly, and the build occurs in the correct
order. Here's the problem:
Say C depends on B.DLL. B builds successfully, then C builds. And
complains about B.DLL not being found. So, I go looking for it, and
sure enough, it's gone. So, I rebuild B.DLL, check, it's there.
Rebuild C, and as it builds, I watch B.DLL disappear.
This only happens occasionally, happens on more than one machine, and
happens with different DLLs and projects.
As a side note, all dlls are being dumped into a BIN directory, and
I've tried this with copylocal set to both true, and false.
Any ideas?
Thanks,
Chris Snyder
dependencies are set up correctly, and the build occurs in the correct
order. Here's the problem:
Say C depends on B.DLL. B builds successfully, then C builds. And
complains about B.DLL not being found. So, I go looking for it, and
sure enough, it's gone. So, I rebuild B.DLL, check, it's there.
Rebuild C, and as it builds, I watch B.DLL disappear.
This only happens occasionally, happens on more than one machine, and
happens with different DLLs and projects.
As a side note, all dlls are being dumped into a BIN directory, and
I've tried this with copylocal set to both true, and false.
Any ideas?
Thanks,
Chris Snyder