Quote Originally Posted by Persist View Post
When I right-click dependencies to “add a shared project reference”. When I browse the only files that can go into “file name” are dll files not project files.
Who said anytying about shared projects? Right-click the Dependencies node, select Add Project Reference and then check the project(s) that you want to reference. You will then always be using the latest build of that project output and you can debug into it just as you can the startup project.
Quote Originally Posted by Persist View Post
When I deleted the dependencies in each of my Libraries and only put dependencies into TestDistribitions, I get lots of errors.
Of course you get errors if you haven't referenced something you depend on. Every project needs a reference to everything that it directly depends on. That's what a dependency is.