Reputation: 9984
Does anyone know which version of .net is installed as I was trying to locate the System.ComponentModel.Composition.dll on the Win 2008 R2 Server on Azure and could not find it in the GAC or elsewhere on the box. Looks like only v3.5 is installed? I may be wrong...I need some experts on this....
Upvotes: 0
Views: 248
Reputation: 181
On a Windows Azure Worker / Web Role is installed both the 3.5 SP1 and 4.0. Try to set the "Copy Local" on true.
Upvotes: 4