Hi, I've just finished my project, but when I press the build option appears
an error:
"There is a circular dependency in the target dependency graph involving
target "build""
Could someone help me...
TIA
Kalyan - 30 Aug 2005 09:41 GMT
in solution explorer,
1. rt click on the solution and select project Dependencies
2. Verify if you have defined any circular dependency.
i.e, if Project A referes to a component of Project B, Project B depends on
Project on Project C and Project C depends on A
if you find any such dependency, compile concerned each module seperately.
Hope this helps.