【问题标题】:Visual studio debugger not stepping into service layerVisual Studio 调试器未进入服务层
【发布时间】:2015-06-05 15:07:55
【问题描述】:

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

我正在使用 WCF service,它托管在本地系统上,但在 https

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

【问题讨论】:

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


    【解决方案1】:

    尝试以下指出的事情,看看它是否有效

    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
    

    【讨论】:

    • 做了这个但是结果是一样的
    • 在这种情况下,请考虑重新安装您的 Visual Studio。
    猜你喜欢
    • 2012-08-19
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-10-08
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多