本文介绍了当我更新我的WcfService时出现此错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我用Wcf和Linq开发了Silver Light应用程序到Sql.My应用程序运行正常.
在我的Wcf服务中,我没有实现任何绑定,因为它本身正在创建默认绑定.
但是现在我正面临这样的错误:
下载''http://localhost:4137/WcfService.svc''时出错.
无法连接到远程服务器
无法建立连接,因为目标计算机主动拒绝了127.0.0.1:437
元数据包含无法解析的引用:"http://localhost:4137/WcfService.svc".
没有端点可以在``http://localhost:4137/WcfService.svc/WcfService.svc''上侦听该端点,这通常是由于地址或SOAP操作不正确引起的.请参阅InnerException(如果存在)更多细节.
无法连接远程服务器
无法建立连接,因为目标计算机主动拒绝了它127.0.0.1:437

请给我一些想法.

谢谢,
vijay

I Developed Silver Light application with Wcf And Linq to Sql.My Application worked Properly.
In My Wcf Service I did not Implement Any Binding Because It self it is creating default binding.
But Now I am facing Error Like This:
There was an error downloading ''http://localhost:4137/WcfService.svc''.
Unable to connect to the remote server
No connection could be made because the target machine actively refused it 127.0.0.1:437
Metadata contains a reference that cannot be resolved: ''http://localhost:4137/WcfService.svc''.
There was no endpoint listening at ''http://localhost:4137/WcfService.svc/WcfService.svc'' that could accept the message.This is often caused by an incorrect address or SOAP action.See InnerException,if present,for more details.
Unable to connect remote server
No connection could be made because the target machineactively refused it 127.0.0.1:437

please give me some idea.

Thanks,
vijay

推荐答案


这篇关于当我更新我的WcfService时出现此错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-16 02:16