All of a sudden for one of the project all references disappeared. VS could not find the files even though they were there for sure.
When I attempted to build it gave me an error that I needed to enable Nuget Package Restore (right click the project, the option to Enable is in the list). I did that, cleaned the solution and rebuilt it. Then I undid all pending changes coming from this maneuver, cleaned and rebuilt the solution again. Worked like magic!
"To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'.
1> All packages listed in packages.config are already installed."
No comments:
Post a Comment