I have a solution that includes a website (created using a website template, not a web application project template). Conversion is not an option, by the way.
When I rebuild everything, the compilation succeeds, but strangely displays 3 errors, all of which are “Could not get dependencies for linking to the PROJNAME project. When I try to run the debugger, I get the message“ There were build errors. ”Dialog.
Two questions:
- If I select the Yes option in the debugging errors dialog to run the last successful build, will it run on the code that my Rebuild All just compiled?
- How to solve this problem?
I checked this post and am disappointed with my prospects. It’s strange, however, that I added these same projects to a separate website solution that compiled / debugged perfectly, deleted the test website and re-added the target website that I would like to debug, and it failed in the same way. There are secret website .proj file for .NET websites?
Failed to get dependencies for project link
source share