Skip to content

Fixing Missing Assemblies

Philip Colmer edited this page Oct 4, 2016 · 1 revision

If you are seeing lots of wiggly lines in Visual Studio, you may need to refresh Intellisense. Follow these steps:

  1. Press Ctrl+Q and type pac man gen
  2. Ensure Allow NuGet to download missing packages is checked.
  3. Ensure Automatically check for missing packages during build in Visual Studio is checked.
  4. Right-click your Solution, and select Clean.
  5. Right-click your Solution, and select Rebuild.
  6. Select your project, and click the Refresh button at the top of Solution Explorer.

Congratulations, you can now use your project without "missing assemblies" errors. If you want, return the Package Manager Settings back to their original values. This will make your builds significantly faster.

Clone this wiki locally