I have spent days looking for an answer but have not figured out what happens.
I have a solution with 4 projects. One of them is referenced to other 3. All references are set "copy local = false".
I have made output folders for each of them and everything was going great, until I decided to change the output folder. :-(
Now when I reference the project to another with property "copy local = false" project does not load and I have an error saying
Could not load file or assembly "..." or one of its dependencies. The system cannot find the file specified.
I am quite sure from the FusionLog of the error that Studio is still looking for the project's .dll at the old path.
When I set "copy local = true" projects runs but this solution is not acceptable.
What should I do so I can load my project again with copy local set to false? How can I change the path that Visual Studio is looking? Is there a cache that I can clear or update?
Thanks in advance for any help on this.