Latest posts

What to do if Visual Studio won't download the DLL for a NuGet package

One annoying problem is when sometimes you try to build your solution, only to get a pile of compilation errors due to a missing DLL. This is often caused by one of the DLLs not downloading from NuGet. The package will be in packages.config, but only the .pdb file gets downloaded.

Even more annoying is when you're the only developer to have this problem. Everyone else can build the solution without problem.

The answer is fairly simple, but not obvious. Read more for the details.