且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

更新wcf中的服务引用时出错

更新时间:2023-02-03 07:49:43

元数据'。

请求失败并显示错误消息:

-

< html>

< head>

< title>配置错误< / title>

< style>

body {font-family:Verdana; font-weight:normal; font-size:.7em; color:black}

P

{font-family: Verdanafont-weight:正常;颜色:黑色; margin-top:5px}

b {font-family:Verdana; font-weight;粗体;颜色:黑色; margin-top: -5px}

H1 {font-familt:Verdana; font-weight:normal; font-size:18pt; color:red}

H2 {font-family :Ver



从服务器端发布服务是成功的,但是从客户端更新服务引用时会出现上述错误。

我不知道知道怎么做......

我需要帮助来解决这个问题。

I am doing project in .net using Microsoft visual studio 2012,ASP.net,WCF,IIS,windows 7 and while updating service references from client side i get error as follows..

There was an error downloading
'http://localhost/Srvc/RDService.asmx/_vti_bin/ListData.svc/$metadata'.
The request failed with the error message:
--
<html>
<head>
<title>Configuration Error </title>
<style>
body{font-family:"Verdana";font-weight:normal;font-size:.7em;color:black}
P
{font-family:"Verdana"font-weight:normal;color:black;margin-top:5px}
b{font-family:"Verdana";font-weight;bold;color:black;margin-top:-5px}
H1{font-familt:"Verdana";font-weight:normal;font-size:18pt;color:red}
H2{font-family:"Ver

Publishing services from server side is success but while updating service references from client side it gives above error.
I do not know what to do...
Please I need help to solve this.

metadata'.
The request failed with the error message:
--
<html>
<head>
<title>Configuration Error </title>
<style>
body{font-family:"Verdana";font-weight:normal;font-size:.7em;color:black}
P
{font-family:"Verdana"font-weight:normal;color:black;margin-top:5px}
b{font-family:"Verdana";font-weight;bold;color:black;margin-top:-5px}
H1{font-familt:"Verdana";font-weight:normal;font-size:18pt;color:red}
H2{font-family:"Ver

Publishing services from server side is success but while updating service references from client side it gives above error.
I do not know what to do...
Please I need help to solve this.