1

MS Dynamics CRM 2011 を理解しようとしています。ベータ版を VM にインストールしましたが、かなり良いように見えます。いくつかの優れた新機能などがあります。

ただし、新しい XRMServices (更新された 2011 WCF Web サービス) に接続しようとすると例外が発生します。

 Exception: System.ServiceModel.ServiceActivationException: The service    
 '/organame/XRMServices/2011/Organization.svc' cannot be activated due to an
 exception during compilation.  The exception message is:
 'System.ServiceModel.Description.UseRequestHeadersForMetadataAddressBehavior'. 
 This collection only supports one instance of each type.
 Parameter name: item. ---> System.ArgumentException: The value could not be added to
 the collection, as the collection already contains an item of the same type: 
 'System.ServiceModel.Description.UseRequestHeadersForMetadataAddressBehavior'. 
 This collection only supports one instance of each type.
 Parameter name: item

私が見つけたこの例外への唯一の参照は、IIS で構成された複数のバインディングが原因であることを示唆しています。

任意の提案をいただければ幸いです。

4

1 に答える 1

1

RCで同じことを試しましたか?

于 2011-01-09T20:30:54.137 に答える