Visual Studio调试器没有进入服务层

时间:2015-06-05 15:07:56

标签: c# visual-studio-2010 visual-studio visual-studio-2012

我面临着非常奇怪的错误。 Visual studio突然停止进入服务层 我尝试了所有可能的方式进入服务层但调试器没有进入服务层只返回响应 我更改了Visual studio不同版本的开发机器,但结果仍然相同 但解决方案正在进入并在其他团队成员系统上正常运行

我正在使用托管在本地系统上的WCF service https

注意:我们的系统与Active目录绑定,并且为了获得我们必须在公司域中的项目,所以在不同的机器上我使用相同的用户登录可能是用户帐户存在一些问题,但我不知道这一点 请帮助我

1 个答案:

答案 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