MSのVisual Web Developerでは、完全にデフォルトのASP.NET Webサービスプロジェクトと別のプロジェクトがあります。 2番目のプロジェクトで右クリックメニューを使用して "Add Service Reference"を実行すると、オプションとしてリストされた最初のプロジェクトを見つけることができますが、選択しようとするとエラーが発生し、エラーが発生します。"Add Service Reference"がVSで失敗する
Metadata contains a reference that cannot be resolved: 'http://0.0.0.0:3495/Service1.asmx?wsdl'. There was an error downloading 'http://0.0.0.0:3495/Service1.asmx?wsdl'. Unable to connect to the remote server The requested address is not valid in its context 0.0.0.0:3495 Metadata contains a reference that cannot be resolved: 'http://localhost:3495/Service1.asmx'. Metadata contains a reference that cannot be resolved: 'http://localhost:3495/Service1.asmx'. If the service is defined in the current solution, try building the solution and adding the service reference again.
WCFサービスを使用するときも同じ問題が発生しました。
私は間違っていますか?
私はthis serviceを持ち、物事はそれで動作することthis referenceを発見しました。 (WhyT_がデフォルトサービスがうまく動作しないのですか?)
ませ喜びを、Ctrlキーを押しながらF5は、I場合でも、「サービスを追加」オプションとIIRCでもない仕事からサービスを開始しますが、私はまだ同じエラーを取得し、ただ、F5のグレーのようです別のVSセッションで同じソリューションを開きます。 – BCS
hmm ... IISを使用してサービスをデバッグし、参照を追加しようとすることはできますか。 –
私はポイントを敗北の並べ替えをするように、参照ビットを追加するデバッグしようとしている。 – BCS