信息路径+图书馆类 + Webservice = 找不到引用合约的默认端点元素
好吧,这个问题已经回答过很多次了。但不适用于这种情况。 我创建了新的“Infopath Form Template”项目,将新的类库项目添加到解决方案中,然后在该类库中创建了一个 Web 服务代理。 当我尝试创建 Web 服务客户端代理的实例时,出现此异常。
通常的解决方案是将 app.config 复制到 Windows/Web 应用程序中,但是 Infopath 表单模板呢?我尝试将 app.config 添加到项目中,但它不起作用。
有人有想法吗?
谢谢! 迈克尔
Ok, this question has been answered many times. But not for this scenario.
I created new 'Infopath Form Template' project, added new Class Library project to the solution and then created a Web Service proxy in that Class Library.
When I try to create an instance of the Web Service client proxy I get this exception.
The usual solution is to copy the app.config into the Windows/Web application, but what about Infopath Form Template? I tried just adding the app.config to the project, but it didn't work.
Does anyone have an idea?
Thanks!
Michael
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最终对我有用的是:我创建了一个解决方案,其中仅包含带有服务的类库项目。
我使用 VSTA 项目(不是常规 Visual Studio 中的表单模板项目)编辑了表单代码,并将 app.config 复制到了那里。
有效:)
What eventually worked for me: I created a solutions which contains only the Class Library project with the service.
I edited the Form code using VSTA project (not form template project in regular Visual Studio), and copied there the app.config.
Works :)