私がホストしている WCF エンドポイント プロジェクトに接続するクラス ライブラリを作成しました。クライアント プロジェクトには、サービスと対話するコマンドレットが定義されています。
ただし、次のエラーが発生し続けます。
Could not find default endpoint element that references contract Service1.MyService in the
ServiceModel client configuration section. This might be because no configuration file was found
for your application, or because no endpoint element matching this contract could be found in the
client element.
問題が何であるか知っていますか?
編集 私が持っているのは、コマンドレットを定義する単一のクラス ライブラリです。生成された dll ファイルを使用する Import-Module に .psd1 ファイルを使用します。
EDIT2繰り返します が、ライブラリを参照するプロジェクトがありません。定義されたコマンドレットを呼び出すのは PowerShell であり、これらのコマンドレットは WCF エンドポイントに接続する必要があります。
ありがとう