我在线使用TFS来存储我的源代码,我想使用集成的构建服务。
我上周创建了几个Builddédinitions,它们完美地工作(我可以开始构建,修改它们)。但是从今天早上开始,我无法创建新的Builddédinitions。 Visual Studio向我显示一条错误消息:
无法从主机'7e427fe9-b401-40e8-b6c8-5613d886b8df'找到服务'0000000d-0000-8888-8000-000000000000'。请确保该服务已在共享平台服务中注册。
当我启动Fiddler时,我在调用服务时看到错误500:/DefaultCollection/Services/v3.0/SecurityService.asmx - 有一个“ServiceOwnerNotFoundException”。
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<soap:Fault>
<soap:Code>
<soap:Value>soap:Receiver</soap:Value>
<soap:Subcode>
<soap:Value>ServiceOwnerNotFoundException</soap:Value>
</soap:Subcode>
</soap:Code>
<soap:Reason>
<soap:Text xml:lang="en">Could not find service '0000000d-0000-8888-8000-000000000000' from host'7e427fe9-b401-40e8-b6c8-5613d886b8df'. Please ensure the service is registered with the Shared Platform Service.</soap:Text>
</soap:Reason>
<soap:Detail />
</soap:Fault>
</soap:Body>
</soap:Envelope>
我找不到任何关于这个问题的内容,你有什么想法吗?
答案 0 :(得分:2)
我们已针对此问题推出了此修复程序。抱歉中断!
答案 1 :(得分:0)