Visual Studio - , , , , MSBuild. , , ( ) .csproj, .
, GAC NuGet, , , , - System.Web.WebPages.Razor version 1.0.0.0, 3.0.0.0.
- node
Unload Project. - node
Edit <projectName>.csproj. System.Web.WebPages.Razor HintPath ( ). , HintPath .- ( , DLL, ).
<Reference Include="System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>True</Private>
<HintPath>..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.WebPages.Razor.dll</HintPath>
</Reference>
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>True</Private>
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
</Reference>
web.config /Views/web.config, , .
. , , , . , , - . , DLL.
.