Slow SoapHttpClientProtocol constructor

后端 未结 6 1783
情话喂你
情话喂你 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

    You might wish to look into the Sgen.exe tool that comes with .NET. There's also a handy little thing in Visual Studio's C# project properties "Build" page, at the very bottom, called "Build serialization assembly" that automatically runs Sgen for you.

提交回复
热议问题