0

after i move project and use Nuget Restore, all my project reference are broken

Warning

and in property panel:

Empty

I tried remove package folder, restore.

Reinstall but nothing work.

7
  • Did you enable package-restore in the solution? Commented Apr 13, 2015 at 9:10
  • Could it be that you used a mix of adding packages on your solution through Visual Studio's package manager and on some of your projects, either through PM or PM console? Commented Apr 13, 2015 at 9:19
  • @DiegoMartelli: yes, i enable package-restore, checked dlls are downloaded. Commented Apr 13, 2015 at 9:32
  • @DavidBrabant: i don't understand your question. Commented Apr 13, 2015 at 9:35
  • Let's rephrase it: how did you add your packages? By right clicking at your solution level and using the package manager? By right clicking on your project(s) level and using the package manager? By using the package manger console and doing "install-package"? Or a mix of all of that? Commented Apr 13, 2015 at 9:39

1 Answer 1

1

Sometimes this happened to me too, my solution, and I know it's ugly, it's to remove all nuget reference and then re-add. It's not beautiful, it's not elegant, but works quick. I wonder If someone could give us a better cleaner way.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.