This might be a respeat of the question posted here but I did not find any working answer.
Say I have project1 which uses the model model1. I create a new project, project2, in the same solution and I want to use the model1 in a view of project2. is this possible and how do I call this model in my view and controller of project2?