devenv bug with project reloads

  • Thread starter Thread starter Paul Cameron
  • Start date Start date
P

Paul Cameron

Hi,

If you have a solution open that contains multiple projects and more than
one of those project files is changed outside of the environment (getting
from SourceSafe, for example), then the environment only offers to reload
one of the projects. The remaining projects are then out of synch with
what's on disk. Can anyone confirm this?

Also, there appears to be no way to force a project to unload or reload from
within a solution.

Thanks,
Paul
 
I've found that to indeed be the case for C++ projects, at least. Actually,
it may be that this happens for even a single project reload due to being
changed externally. Never investigated fully, just got into the habit of
reopening the solution in these situations.
 
Back
Top