gpt4 book ai didi

wcf - 无法自动单步进入服务器。远程程序无法调试

转载 作者:行者123 更新时间:2023-12-02 05:20:53 26 4
gpt4 key购买 nike

我在进入 IIS7 上托管的网站代码时遇到问题。

基本上我有一个测试类,它像这样调用 WCF 服务

ISecurityService service = new SecurityServiceClient();
MembershipUser membershipUser = null;
membershipUser = service.GetMembershipUser("Mark"); // THIS LINE FAILS!!!

我收到以下错误,但据我所知,我已启用所有功能,即

<compilation debug="true" targetFramework="4.0" />

这是错误消息,如果有任何反馈,我将不胜感激。如果我不尝试进入上面的行,那么一切正常。


Microsoft Visual Studio

Unable to automatically step into the server. The remote procedure could not be debugged. This usually indicates that debugging has not been enabled on the server. See help for more information.

最佳答案

不要忘记在 WCF 服务 web.config 文件中设置编译 debug="true"。

关于wcf - 无法自动单步进入服务器。远程程序无法调试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2955223/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com