Skip to content
pcolmer edited this page Sep 21, 2016 · 3 revisions

#Welcome to the Blank template T10

Click here for free, comprehensive Template 10 training

Do you have technical questions you want to ask the community? Use the Template10 tag on StackOverflow. http://stackoverflow.com/questions/tagged/template10

Hit F5 right now and run your new app! To refresh Visual Studio's intellisense, follow this:

  1. Press Ctrl+Q, 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