Is it possible to reference the Azure SDK 1.1 Microsoft.WindowsAzure.* assemblies from a .NET 4.0 Cl
Posted
by tjrobinson
on Stack Overflow
See other posts from Stack Overflow
or by tjrobinson
Published on 2010-04-23T10:38:53Z
Indexed on
2010/04/23
10:43 UTC
Read the original article
Hit count: 394
I have a WPF application targetting the .NET 4.0 Client Profile which needs to use the Microsoft.WindowsAzure.*
assemblies provided in the Windows Azure SDK 1.1.
The problem is that these assemblies have a runtime version of v2.0.50727
. I am able to add references to them from my WPF project but they're not recognised.
I've read about the side by side execution capabilities of .NET 4.0 but does this require both the .NET 2.0 and the .NET 4.0 frameworks to be installed?
Is there anything from Microsoft on when a new SDK might be available that contains assemblies targeting .NET 4.0?
© Stack Overflow or respective owner