Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的服务最近开始抛出这个错误。服务构建成功,但是浏览svc文件时弹出这个错误。
该服务托管在它一直在的同一台 IIS 服务器上。所做的唯一更改是通过 NuGet 更新引用。
事实证明,服务项目已更改为以 .Net 4.5 为目标,而 Host 项目仍以 .Net 4.0 为目标。当我将宿主项目更改为以 .Net 4.5 为目标时,我得到了预期的 wsdl。