The referenced assembly could not be resolved ...
Receiving the following error when trying to build a project:
The referenced assembly "Clarience.OpenSearch.Client" could not be resolved because it has a dependency on "System.ServiceModel.Web, ..."
Clarience
01 Oct 2011 18:13
The OpenSearch Client Library references System.ServiceModel.Web. This is not included in the .NET Framework 4 Client Profile. If your project is targeting .NET 4.0 you must set the target framework to ".NET Framework 4" under Project Properties.
Closed for further comments.