Project fails to copy latest built dll into start-up project's folder
When I examine the References in the start-up project, it is looking in the correct place.
Any clues on how to make it copy the latest build dll into the start-up project?
Thanks!
When I examine the References in the start-up project, it is looking in the correct place.
Any clues on how to make it copy the latest build dll into the start-up project?
Thanks!
VS only copies binaries of referenced projects.
You should try readding the references to the DLLs (Right click project -> Add Reference). Another thing to look at is the "Reference Paths" in the project properties to make sure they are all pointing to the correct folders. I have run into similar problems before. Best of luck!