Error:%ELSEに対応する%IFステートメントがありません。 原因 解法 %IFステートメントが存在していないにもかかわらず、%ELSEステートメントがサブミットされました。 %ELSEステートメントは、%IFステートメントの後に指定する必要があります。 %IFステートメントのアクションと%ELSEステ...
while (!found && !Abort) { string testuri = ServiceInstances[idxSvcInstance].InstanceEndpoints[ "EndPointServices"].IPEndpoint.ToString(); found = CheckAvailability(testuri); if (found) { ServiceUriString = testuri; } else { idxSvcInstance++; if (idxSvcIn...