我面临着非常奇怪的错误。 Visual studio
突然停止进入服务层
我尝试了所有可能的方式进入服务层但调试器没有进入服务层只返回响应
我更改了Visual studio
不同版本的开发机器,但结果仍然相同
但解决方案正在进入并在其他团队成员系统上正常运行
我正在使用托管在本地系统上的WCF service
https
注意:我们的系统与Active目录绑定,并且为了获得我们必须在公司域中的项目,所以在不同的机器上我使用相同的用户登录可能是用户帐户存在一些问题,但我不知道这一点 请帮助我
答案 0 :(得分:0)
尝试以下有针对性的事情,看看它是否有效
1.Close your solution -> close Visual Studio -> Reopen VS and open solutions
2. Update all the service references
3. Clean and re-build your entire solution
4. Run your solution and attach the WCF service host
5. Put a break-point explicitly in the service method
where you want to break to [optional but worth trying]
6. Start debugging and see if it works fine