我创建了一个应该连接到我托管的 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.
你知道问题可能是什么吗?
编辑 我拥有的是一个定义 cmdlet 的类库。我使用 .psd1 文件导入使用生成的 dll 文件的 Import-Module。
EDIT2 再一次,我没有引用我的库的项目。调用定义的命令行开关的是 powershell,这些 cmdlet 应该连接到 WCF 端点
谢谢