Problem with MVC3 application
- by Pravin Patil
I am working on MVC3 application. I use entity framework, NInject, Fluent Validation and some more Nuget packages. I am using Tortoise SVN for versioning.
Recently I changed the structure of my SVN repository, so my working copy of MVC3 app was moved to some different folder in the repository.
Now when I checked out the copy from SVN, all the references that I had added through Nuget were lost(EF, NInject and rest nuget packages were showing yellow missing icon in references). This had happened to me prior to this also, when I tried to check out the app from svn to some other folder. I had to manually add all the references again through Nuget again. Am I doing anything wrong?
Please guide. I hope I could explain my problem properly.