Visual Studio 2015
Just downloaded a project from TFS after a hard drive crash and restore.
[IMG]http://i66.tinypic.com/v63m9z.jpg[/IMG]
There are multiple "Yellow icons" in the references list... does this mean the sources of the references are missing? I don't know because I can't find a definition as to what the yellow icons mean.
One such icon is Antlr3.runtime.
I open NuGet Package manager and it says Installed 3.4.1.9004, latest stable 3.5.0.2
There is an uninstall option which makes me think it's installed, yet there is a yellow icon.
I opened package manager and tried Install-Package Antlr -Version 3.4.1.9004
...and got this: Package 'Antlr.3.4.1.9004' already exists in project
So what gives?
Next I right-clicked the solution in solution explorer, and Restore NuGet Packages.
Nothing noticeable happened.
So the reference is "there" but "not there" and there are 119 errors in a solution I know to be working.