プロジェクトに WCF サービス参照を追加したいと考えています。それは私にエラーを与えます"there was an error downloading metadata from the address. Please verify that you entered a valid address"
。
trueに設定できincludeExceptionDetailInFaults
ます。私のサービスではweb.config
:
<serviceDebug includeExceptionDetailInFaults="true"/>
しかし、それは私の問題を解決しませんか?