Azure Worker Role compatibillity with .Net 4.5.2

azure, azure-worker-roles

Solution

Seems that 4.5.2 isn't supported yet. According to this Microsoft blog they hope to add this version soon.

Problem

In visual studio (with Azure SDK 2.2 and 2.3 installed) I am getting an error trying to run an Azure Worker Role: The role X is using an unsupported TargetFrameworkVersion v4.5.2 Should I be getting this with the latest SDK? Is there a date for when compatibility will be provided?

Original source