How to install .NET Framework 4.5 help libraries in Windows Server 2008 R1?

I have an application whose deployment process creates the source code on the server on which I deploy. My production server is Windows 2k8 (not 2k8 R2). My application does not compile because there are no reference assemblies for the .NET Framework 4.5.

I tried installing the SDK for Windows 8, and the ability to install reference assemblies does not exist. I also tried installing Visual Studio Express 2012, which supposedly has assemblies, but no luck. So....

How to get .NET Framework 4.5 applications to compile on a Windows Server 2k8 R1 machine?

+4
source share
2 answers

There are instructions for installing the .NET 4.5 Reference Server collections for Windows Server 2008. See the following link: http://msdn.microsoft.com/en-us/windows/hardware/hh852363.aspx#rn

0
source

I installed reference assemblies from:

Microsoft .NET Framework 4.5.1 for Windows Vista Service Pack 2, Windows 7 Service Pack 1, Windows 8, Windows 8.1, Windows Server 2008 Service Pack 2, Windows Server 2008 R2 SP1, Windows Server 2012, and Windows Server 2012 R2

http://support.microsoft.com/kb/2878632/en-us

0
source

All Articles