Cannot add reference to project because of a circular dependency error

前端 未结 9 1090
不思量自难忘°
不思量自难忘° 2020-12-15 15:07

I created 2 dummy projects in my application and named them BAL and DAL. When I build them, they build successfully. If I add a reference to

9条回答
  •  心在旅途
    2020-12-15 15:44

    In my case I copied a project file without generating a new ProjectGuid. Since Visual Studio uniquely identifies projects using the ProjectGuid, it assumed the project was trying to reference itself.

提交回复
热议问题