<system.serviceModel>
<extensions>
<behaviorExtensions>
<add name="WSDLFlatteningExtension" type="Thinktecture.ServiceModel.Extensions.Description,Thinktecture.ServiceModel.Extensions.Description,Version=1.0.0.0,Culture=Neutral,PublicKeyToken=f0de9a190a6d23d1"/>
</behaviorExtensions>
</extensions>
<behaviors>
<endpointBehaviors>
<behavior name="WSDLFlatteningBehavior">
<WSDLFlatteningExtension />
</behavior>
</endpointBehaviors>
</behaviors>
</system.serviceModel>
<WSDLFlatteningExtension />
上記の行は、web.config で認識されません。実行時にエラーをスローします。C:\windows\Assembly と C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE に dll をドロップしましたが、何も機能していないようです。