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?
source share