gpt4 book ai didi

wcf - wcf 服务中 ServiceHost 指令中的服务类型问题

转载 作者:行者123 更新时间:2023-12-03 07:36:54 25 4
gpt4 key购买 nike

我正在开发一个简单的 wcf 服务进行测试。当我使用本地 IIS 7.5 测试此服务时,它可以正常工作。但是当我将其托管在 Web IIS 中时,我收到此错误:

The type 'WcfServiceLibrary1.Service1', provided as the Service attribute value in the ServiceHost directive, or provided in the configuration element system.serviceModel/serviceHostingEnvironment/serviceActivations could not be found.

我的 ServiceHost 是:

<%@ ServiceHost Language="C#" Debug="true" Service="WcfServiceLibrary1.Service1" %>

请帮我解决这个问题

最佳答案

因为我在我查找的任何问题中都找不到这个建议,所以在此处添加我的案例:

当我手动更改文件 MyService.svc.cs 中的命名空间,并且没有更改相应文件 MyService.svc 中的服务名称时,我遇到了这个问题 - 结果它需要是 Service="namespace.classname ”。

关于wcf - wcf 服务中 ServiceHost 指令中的服务类型问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5283963/

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