用的是VS2010
错误如下:
下载“http://localhost:9090/MagicEightService”时出错。
无法连接到远程服务器
由于目标计算机积极拒绝,无法连接。 127.0.0.1:9090
元数据包含无法解析的引用:“http://localhost:9090/MagicEightService”。
没有终结点在侦听可以接受消息的 http://localhost:9090/MagicEightService。这通常是由于不正确的地址或者 SOAP 操作导致的。如果存在此情况,请参见 InnerException 以了解详细信息。
无法连接到远程服务器下面是配置文件:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <system.serviceModel>
    <services>
      <service name="MagicEightServiceLib.MagicEightService">        <host>
          <baseAddresses>
            <add baseAddress="http://localhost:9090/MagicEightService"/>
          </baseAddresses>
        </host>
      </service>
    </services>
  </system.serviceModel>
</configuration>求大虾帮助!!!!!