http://msdn.microsoft.com/en-us/library/ms733069.aspxのようにwcfをホストしました。vs2008のWindowsサービスでホストされているwcfを消費中にエラーが発生しました
クライアントアプリケーションで私は、サービス参照 'のhttp:// localhostを:8000/ServiceModelSamples /サービス' を追加したときに、私は次のエラーを取得しています:
There was an error downloading 'http://localhost:8000/ServiceModelSamples/service'.
Unable to connect to the remote server
No connection could be made because the target machine actively refused it 127.0.0.1:8000
Metadata contains a reference that cannot be resolved: 'http://localhost:8000/ServiceModelSamples/service'.
Could not connect to http://localhost:8000/ServiceModelSamples/service. TCP error code 10061: No connection could be made because the target machine actively refused it 127.0.0.1:8000.
Unable to connect to the remote server
No connection could be made because the target machine actively refused it 127.0.0.1:8000
If the service is defined in the current solution, try building the solution and adding the service reference again.
私はこのCのように、あまりにもURLを予約しています: \ Windows \ system32> netsh http add urlacl url = http://サービス:8000/ServiceModelSamples/service/user = mydomain \ myuser。 また、私はこれを見ることができません http://localhost:8000/ServiceModelSamples/service/ブラウザから。
からの友人はねえ、私はサービスを開始したように、この問題が解決された友人のWCFWindowsServiceSample "サービス(services.mscと)から –