Problem with MVC3 application

Posted by Pravin Patil on Programmers See other posts from Programmers or by Pravin Patil
Published on 2012-04-05T09:36:09Z Indexed on 2012/04/05 11:42 UTC
Read the original article Hit count: 324

Filed under:
|
|
|
|

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.

© Programmers or respective owner

Related posts about .NET

Related posts about svn