-
Notifications
You must be signed in to change notification settings - Fork 389
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:
- Press Ctrl+Q and type
pac man gen
- Ensure
Allow NuGet to download missing packages
is checked. - Ensure
Automatically check for missing packages during build in Visual Studio
is checked. - Right-click your Solution, and select
Clean
. - Right-click your Solution, and select
Rebuild
. - 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.
- Home
- Getting Started
- Template 10 Templates
- Behaviors and Actions
- Bootstrapper
- Controls
- Converters
- Services
- Hints, tips and other documentation