Tag: .NET Framework

POST ·

How to get Fiddler to show Azure Service API requests

How to get Fiddler to show outbound requests such as to the Azure Service APIs: Add the following into your web.config: <system.net>   <defaultProxy>     <proxy…

.NET Framework Azure Fiddler

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 ·

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 →