Slow SoapHttpClientProtocol constructor

后端 未结 6 1780
情话喂你
情话喂你 2020-12-02 10:28

I\'m doing some experiments with Microsoft Dynamics CRM. You interact with it through web services and I have added a Web Reference to my project. The web service interface

6条回答
  •  醉梦人生
    2020-12-02 11:15

    There is a pre-generated XmlSerializer assembly that comes with CRM. Check to see whether you have SdkTypeProxy.XmlSerializers.dll and SdkProxy.XmlSerializers.dll in the GAC.

    If you don't then that means that when you create the CrmService, .net will generate the XmlSerializer assembly which can take some time. Hope this helps

提交回复
热议问题