I am Implementing Windows Azure Active Directory to establish a connection to API
The type or namespace name 'DataServiceStreamLink' does not exist in the namespace 'System.Data.Services.Client' (are you missing an assembly reference?)
global::System.Data.Services.Client.DataServiceStreamLink thumbnailPhoto) {//some thing}
For this I addded a name space using System.Runtime.Serialization; After that removed this reference and added System.Runtime.Serialization.dll still it's showing same error how can I handle this Error?