I had problem with data-migrations yesterday. Which somehow I solved it.
This is how I solved:
ASP.NET MVC : Context type not found in assembly .
Everything was working fine before this migration problem.
Now today when I try to add a view in my controller's methods. The "Model class" drop-down list doesn't show any model.

Project Structure and details:
I have two projects in my solution: "FYPPharmAssistant" and "FYPPharmAssistant.Domain".
FYPPharmAssistant.Domain is class library consisting all my entities and database context classes. FYPPharmAssistant consists of UI and controllers. I am using ASP.NET MVC 5, EF 6 and codefirst approach.
I also have one confusion. Isn't the dll file of FYPPharmAssistant.Domain which is refernced in the 1st project needs to be updated with every build? The modified date is 1 day back. But by now I have modified lots of things in my models.
It has been 36 hours and the modified date hasn't been updated yet.
