当前位置: 代码迷 >> Silverlight >> 添加服务引用报错解决方法
  详细解决方案

添加服务引用报错解决方法

热度:1882   发布时间:2013-02-26 00:00:00.0
添加服务引用报错
怎么改都不行,什么原因,求解:

下载“http://localhost:3044/DBService.svc”时出错。
请求失败,错误信息为:
--
<html>
    <head>
        <title>配置错误</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-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
         H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
         pre {font-family:"Lucida Console";font-size: .9em}
         .marker {font-weight: bold; color: black;text-decoration: none;}
         .version {color: gray;}
         .error {margin-bottom: 10px;}
         .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
        </style>
    </head>

    <body bgcolor="white">

            <span><H1>“/”应用程序中的服务器错误。<hr width=100% size=1 color=silver></H1>

            <h2> <i>配置错误</i> </h2></span>

            <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">

            <b> 说明: </b>在处理向该请求提供服务所需的配置文件时出错。请检查下面的特定错误详细信息并适当地修改配置文件。
            <br><br>

            <b> 分析器错误消息: </b>没有名称为“SilverlightDB.Web.DBServiceBehavior”的服务行为。<br><br>

            <b>源错误:</b> <br><br>

            <table width=100% bgcolor="#ffffcc">
               <tr>
                  <td>
                      <code><pre>

行 31:     <serviceHostingEnvironment multipleSiteBindingsEnabled="true" />
行 32:     <services>
<font color=red>行 33:       <service behaviorConfiguration="SilverlightDB.Web.DBServiceBehavior" name="SilverlightDB.Web.DBService" >
</font>行 34:         <endpoint address="" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_DBService" contract="SilverlightDB.Web.DBService"/>
  相关解决方案