0
Hello, I’m with a MVC Solution divided into 4 projects: Model, Persistence, Contoller and View
Persistence has a reference for Model
Controller has 2 references for Model and Persistence
I’m trying to put for View a reference to Controller but Visual Studio says it’s a circular reference,but I don’t understand why
I think this post here this post here can help you: https://answall.com/questions/123121/refer%C3%Aancia-circular-between-two-projects
– Ana Carolina Manzan
Thank you! Very well explained. Helped a lot.
– Alex