When I tried to deploy/debug my auto hosted app this morning I receive the following exception on the first ClientContext.ExecuteQuery call. The code is unchanged from when it last worked (about 18 hours ago), so I'm fairlyconfident it's not on my end.
Microsoft.SharePoint.Client.ServerException occurred HResult=-2146233088 Message=A remote action named "UserManager.FillPartnerInformation" failed after 8 attempt(s) with the following causes: Host: net.tcp://10.9.161.172:60/, cause: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at net.tcp://10.9.161.172:60/UserManager.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. Host: net.tcp://10.9.161.174:60/, cause: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at net.tcp://10.9.161.174:60/UserManager.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. Host: net.tcp://10.9.161.173:60/, cause: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at net.tcp://10.9.161.173:60/UserManager.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. Host: net.tcp://10.9.161.175:60/, cause: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at net.tcp://10.9.161.175:60/UserManager.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. Host: net.tcp://10.47.129.69:60/, cause: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at net.tcp://10.47.129.69:60/UserManager.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. Host: net.tcp://10.47.129.70:60/, cause: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at net.tcp://10.47.129.70:60/UserManager.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. Host: net.tcp://10.47.129.72:60/, cause: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at net.tcp://10.47.129.72:60/UserManager.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. Host: net.tcp://10.47.129.71:60/, cause: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at net.tcp://10.47.129.71:60/UserManager.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. Source=Microsoft.SharePoint.Client.Runtime ServerErrorCode=-1 ServerErrorTraceCorrelationId=a3de449c-2ada-70ea-7359-a7470df77173 ServerErrorTypeName=Microsoft.Online.SharePoint.SPODSProxy.Client.RemoteActionFailedException ServerStackTrace="" StackTrace: at Microsoft.SharePoint.Client.ClientRequest.ProcessResponseStream(Stream responseStream) at Microsoft.SharePoint.Client.ClientRequest.ProcessResponse() at Microsoft.SharePoint.Client.ClientRequest.ExecuteQueryToServer(ChunkStringBuilder sb) at Microsoft.SharePoint.Client.ClientRequest.ExecuteQuery() at Microsoft.SharePoint.Client.ClientRuntimeContext.ExecuteQuery() at Microsoft.SharePoint.Client.ClientContext.ExecuteQuery() at MobileEntree365.Utility.SPHelper.GetSPWebContent(String webUrl, String appToken, String urlAuthority) in c:\Projects\ME365\SearchLenses\MobileEntree365Web\Utility\SPHelper.cs:line 218 InnerException: