Tag: Visual Studio

POST ·

Could not load file or assembly 'System.Web.Http.WebHost'

  We ran into this error when deploying a solution from the build server: Could not load file or assembly 'System.Web.Http.WebHost, Version=4.0.0.0, Culture=neutral,…

Nuget MSBuild Build Server Visual Studio Nuget Package Restore

Read post →

POST ·

Microsoft Build (MSBuild) 12

Did you know that you can install MSBuild to your build and deployment server individually without needing to install Visual Studio? You can get MSBuild 12 – aka Microsoft Build Tools 2013 – from…

Build Server .NET Framework Visual Studio MSBuild

Read post →

POST ·

Update Nuget.exe in.nuget package restore folder

When upgrading to the latest version of MVC with a build server using Nuget package restore, you may get these errors indicating that Nuget is out of date: The schema version of 'Microsoft.AspNet.Mvc'…

.NET Framework Visual Studio Nuget

Read post →

POST ·

Web Application Project is configured to use IIS. Unable to access the IIS metabase.

On a new install of Visual Studio 2013 on Windows Server 2012 R2 I ran into the following error when trying to open a Visual Studio Web Application project:   Even though I am an administrator on…

Visual Studio IIS

Read post →

POST ·

Reference assemblies for .NET Framework v4.5 were not found

Setting up a build server on a new install of Windows Server 2012 R2 and ran into the following warning when building the projects: Warning MSB3644 - The reference assemblies for framework…

Windows Server 2012 R2 Build Server .NET Framework Visual Studio

Read post →