Build Azure SDK Libraries against .NET 4 Runtime
2
votes
1 comment
-
Howard Hoffman
commented
Version 1.1 of the Azure SDK libraries were built against the .NET 2 runtime (Install SDK v1,3; open c:\program files\Windows Azure SDK\v1.3\ref\Microsoft.WindowsAzure.ServiceRuntime.dll in Reflector, naviate to References and mscorlib ...note that it is version 2.0.0.0).
Many applications are being built natively against the .NET 4 stack; the libraries force these applications to use the portions of the .NET 2 stack...or to use the .NET 2 libraries in compatibility mode).