我可以在 WCF 服务类中打开 SaveFileDialog (windows.form) 吗?
需要即时生成文档。对于应用程序中的所有操作,我们都使用 WCF 服务。
(为了生成文档,我们计划使用 Syncfusion 库,从 ExtJs 客户端进行调用,WCF 服务执行所有数据库操作。)
使用 WCF 生成文档的可能解决方案是什么?
Need to generate document on the fly. for all the operation in application we are using WCF service.
(to generate the document we are plannign to use Syncfusion library, call is been made from ExtJs client and WCF service performs all db operation.)
Whats the possible solution for generating the document using WCF?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
WCF服务用于以客户端模式从服务器访问服务,因此不可能在WCF服务中打开Winforms应用程序。但是,您正在尝试相反的操作,我们无法访问服务器中的远程应用程序。
请参阅以下链接以获取进一步说明。
如何在 WCF 服务应用程序中创建文件窗户
谢谢,
AL.索莱.
The WCF service is used to access the services from server in client mode, hence it’s not possible to open a Winforms application in WCF service. However you are trying the reverse action and we can’t access the remote application in server.
Please refer the below link for further clarifications.
How to create a file in WCF service application in windows
Thanks,
AL.Solai.