locked
web service add reference missing system.servicemodel.description RRS feed

  • Question

  • User323004166 posted

    Hi all, I am writing a web service.  I need to add reference to System.ServiceModel.Description but I cannot find this dll . I am using visual studio 2010 and project set to .net v4

    actually in my web service I need to connect to crm 2011 web service using claimed base authentication.  Could you please advice do i need to install any .net component to get this dll ? my OS windows 7 enterprice with sp1

    please give you r advice

    Thursday, June 27, 2013 5:21 AM

Answers

  • User260886948 posted

    Hi,

    You just need to add the System.ServiceModel dll, then you can use the System.ServiceModel.Description.

    using System.ServiceModel;

    using System.ServiceModel.Description;

    Hope it can help you.

    Best Regards,
    Amy Peng 

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Thursday, June 27, 2013 11:32 PM

All replies

  • User260886948 posted

    Hi,

    You just need to add the System.ServiceModel dll, then you can use the System.ServiceModel.Description.

    using System.ServiceModel;

    using System.ServiceModel.Description;

    Hope it can help you.

    Best Regards,
    Amy Peng 

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Thursday, June 27, 2013 11:32 PM
  • User-1623675128 posted

    add the same dll like System.ServiceModel.dll in project as Add Referrecne and go to .NET tab there you can find.

    Friday, June 28, 2013 1:43 AM