Click here to Skip to main content
15,902,920 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi

I got error like this 'Circular file references are not allowed' while building the project.

I have usd project converter in devexpress to update the reference dlls to latest version.

Still got the error like this. please suggest me.

What I have tried:

I got error like this 'Circular file references are not allowed' while building the project.
Posted
Updated 21-Jul-16 22:11pm

if you add multiple project, one project depend another one project means check your reference. if u gave circular form means that error will come
 
Share this answer
 
Comments
TarunKumarSusarapu 22-Jul-16 4:46am    
Thank you it's working
If you have Project A and Project B in the same solution, and you add a reference from Project A to Project B and also a reference from Project B to Project A then you’ll get this error. References work like a parent\child relationship so a project cannot be both the parent and the child of another project.

You’ll need to work out where the circular reference is and maybe move some code around, or even create a new project in order to resolve it.
 
Share this answer
 
Comments
TarunKumarSusarapu 22-Jul-16 4:46am    
Thank you it's working

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900