프로그램 무한오류가 뜹니다.
답변함System.ServiceModel.EndpointNotFoundException: 메시지를 수락할 수 있는 net.pipe://localhost/UnicornProServiceAddr에서 수신 대기 중인 끝점이 없습니다. 이것은 흔히 잘못된 주소나 SOAP 동작으로 인해 발생합니다. 자세한 내용은 InnerException(있을 경우)을 참조하십시오. ---> System.IO.PipeException: 파이프 끝점 'net.pipe://localhost/UnicornProServiceAddr'을(를) 로컬 컴퓨터에서 찾을 수 없습니다.
--- 내부 예외 스택 추적의 끝 ---
Server stack trace:
위치: System.ServiceModel.Channels.PipeConnectionInitiator.GetPipeName(Uri uri, IPipeTransportFactorySettings transportFactorySettings)
위치: System.ServiceModel.Channels.NamedPipeConnectionPoolRegistry.NamedPipeConnectionPool.GetPoolKey(EndpointAddress address, Uri via)
위치: System.ServiceModel.Channels.CommunicationPool`2.TakeConnection(EndpointAddress address, Uri via, TimeSpan timeout, TKey& key)
위치: System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)
위치: System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)
위치: System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
위치: System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
위치: System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
Exception rethrown at [0]:
위치: System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
위치: System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
위치: System.ServiceModel.ICommunicationObject.Open()
위치: UnicornWinUtil.WCF.UnicornWcfChannelController`2.CreateChannel()
지금 현재 실행만해도 오류 뜨고 재설치 및 언인스톨시에도 오류가 떠서
아무것도 못하고 있습니다. 해결 방법이 없나요?
-
이용에 불편을 드려 죄송합니다.
빠르고 정확한 도움을 드리기 위해 원격 지원으로 한번 봐드려도 괜찮을까요?
원격 지원 요청 방법은 아래 내용을 참고 부탁드립니다 :)
[원격 지원 요청 방법]
홈페이지 접속(https://getunicorn.app) -> 우측 하단 채널톡 버튼 선택 -> 새 문의하기 -> 상담사 연결 -> 오작동 문의 -> 증상 작성 및 원격 지원 요청0