码迷,mamicode.com
首页 > 其他好文 > 详细

WCF 出错的解决方法

时间:2015-06-26 13:40:57      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:

1. 运行self-hosting之后报错:

                System.ServiceModel.AddressAccessDeniedException‘ occurred in System.Servic 

                System.ServiceModel.AddressAccessDeniedException: ... http://+:9999//calculatorService/...

以管理员权限运行cmd,解决HTTP名字空间保护的问题。打开了cmd之后,运行

"netsh add urlacl http://+:9999//calculatorService/ user=everyone"

2. 

    System.ServiceModel.CommunicationObjectFaultedException

    The communication object, System.ServiceModel.ServiceHost, cannot be used for communication 

并且查看stack 中显示 timeout,猜想估计是权限不够,重启vs,右击选择属性->兼容性->以管理员身份运行。 

成功


WCF 出错的解决方法

标签:

原文地址:http://my.oschina.net/u/2368952/blog/471081

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!