Felsök: Could not find schema ...NetConfiguration/v2.0:configuration

Fick detta felet i VS intellisense, och det tyder på någon misskonfiguration i Visual Studio.

Could not find schema information for the element 'http://schemas.microsoft.com/.NetConfiguration/v2.0:configuration'.

Som en snabb fix bytte jag ut:

<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">

Mot:

<configuration>
<!-- xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"-->

Man kan läsa mer om det här och här.