Circular dependency

The project referenced in the error message depends upon the selected project in order to build; the selected project depends upon the referenced project to build. Neither project can be built until the circular reference is resolved.

This error usually occurs when one deployment project contains the project outputs of a second deployment project, and the second project contains the outputs of the first project.

To correct this error

  1. Double-click the error in the Task List to open the selected project in the File System Editor.

  2. Select the project output group for the project referenced in the error message.

  3. On the Edit menu, choose Delete.

See Also

Tasks

How to: Add and Remove Project Outputs in the File System Editor