|
-
Apr 15th, 2023, 01:37 AM
#5
Re: How do you remove dependencies.
 Originally Posted by Persist
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.
 Originally Posted by Persist
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.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|