6

WCF 초보자 용 데모 비디오의 내용을 MSDN에 따라 가려고합니다."끝점을 사용하여 서비스 구성"데모 실패 (Microsoft/endpoint.tv/Pluralsight)

첫 번째 동영상은 다소 효과가있었습니다. 나는 이제 두 번째 비디오가 끝날 무렵이다. VS20010을 사용하고 있습니다. NET 4.0, 비디오 VS2008을 사용하고있는 것 같습니다 (나는 .NET 3.5 가정하지만, 기억하지 않습니다). 일반 HTTP, net.tcp 및 net.pipe :

I'm using the following demo

우리는 단지 3 개의 엔드 포인트를 추가했습니다. 지금 프로젝트를 실행하려고하면 웹 서비스가 시작되지 않습니다. 나는 다음 그래서 나는 여전히 기초 실험있어 이후 아직 정말 인증서에 관여하고 싶지 않았다 "Cannot load the X.509 certificate identity specified in the configuration"

: 내 Google 쿵푸를 바탕으로

System.InvalidOperationException: Cannot load the X.509 certificate identity specified in the configuration. 
    at System.ServiceModel.Description.ConfigLoader.LoadIdentity(IdentityElement element) 
    at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(ServiceHostBase host, ServiceDescription description, ServiceElement serviceElement, Action`1 addBaseAddress) 
    at System.ServiceModel.ServiceHostBase.LoadConfigurationSectionInternal(ConfigLoader configLoader, ServiceDescription description, ServiceElement serviceSection) 
    at System.ServiceModel.ServiceHostBase.LoadConfigurationSectionInternal(ConfigLoader configLoader, ServiceDescription description, String configurationName) 
    at System.ServiceModel.ServiceHostBase.ApplyConfiguration() 
    at System.ServiceModel.ServiceHostBase.InitializeDescription(UriSchemeKeyedCollection baseAddresses) 
    at System.ServiceModel.ServiceHost.InitializeDescription(Type serviceType, UriSchemeKeyedCollection baseAddresses) 
    at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses) 
    at Microsoft.Tools.SvcHost.ServiceHostHelper.CreateServiceHost(Type type, ServiceKind kind) 
    at Microsoft.Tools.SvcHost.ServiceHostHelper.OpenService(ServiceInfo info) 

, 나는이 스레드를 건너 왔어요 해당 게시물의 조언을 읽고 <dns value="localhost" /> 태그를 추가했습니다. 예외 변경 :

Please try changing the HTTP port to 8732 or running as Administrator. 
System.ServiceModel.AddressAccessDeniedException: HTTP could not register URL http://+:8080/EvalService/. Your process does not have access rights to this namespace (see http://go.microsoft.com/fwlink/?LinkId=70353 for details). ---> System.Net.HttpListenerException: Access is denied 
    at System.Net.HttpListener.AddAllPrefixes() 
    at System.Net.HttpListener.Start() 
    at System.ServiceModel.Channels.SharedHttpTransportManager.OnOpen() 
    --- End of inner exception stack trace --- 
    at System.ServiceModel.Channels.SharedHttpTransportManager.OnOpen() 
    at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) 
    at System.ServiceModel.Channels.TransportManagerContainer.Open(SelectTransportManagersCallback selectTransportManagerCallback) 
    at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) 
    at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) 
    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) 
    at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnOuterListenerOpen(ChannelDemuxerFilter filter, IChannelListener listener, TimeSpan timeout) 
    at System.ServiceModel.Channels.SingletonChannelListener`3.OnOpen(TimeSpan timeout) 
    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) 
    at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) 
    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) 
    at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) 
    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) 
    at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout) 
    at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) 
    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) 
    at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) 
    at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) 
    at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) 
    at System.ServiceModel.Security.SecurityProtocolFactory.Open(String propertyName, Boolean requiredForForwardDirection, SecurityTokenAuthenticator authenticator, TimeSpan timeout) 
    at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout) 
    at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) 
    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) 
    at System.ServiceModel.Security.SecurityProtocolFactory.Open(Boolean actAsInitiator, TimeSpan timeout) 
    at System.ServiceModel.Security.SecurityListenerSettingsLifetimeManager.Open(TimeSpan timeout) 
    at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) 
    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) 
    at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) 
    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) 
    at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) 
    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) 
    at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout) 
    at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) 
    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) 
    at System.ServiceModel.Security.CommunicationObjectSecurityTokenAuthenticator.Open(TimeSpan timeout) 
    at System.ServiceModel.Security.SecurityUtils.OpenCommunicationObject(ICommunicationObject obj, TimeSpan timeout) 
    at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout) 
    at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout) 
    at System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout) 
    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) 
    at System.ServiceModel.Security.SecuritySessionServerSettings.Open(TimeSpan timeout) 
    at System.ServiceModel.Security.SecurityListenerSettingsLifetimeManager.Open(TimeSpan timeout) 
    at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) 
    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) 
    at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) 
    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) 
    at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) 
    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) 
    at System.ServiceModel.Channels.CommunicationObject.Open() 
    at Microsoft.Tools.SvcHost.ServiceHostHelper.OpenService(ServiceInfo info) 
System.Net.HttpListenerException (0x80004005): Access is denied 
    at System.Net.HttpListener.AddAllPrefixes() 
    at System.Net.HttpListener.Start() 
    at System.ServiceModel.Channels.SharedHttpTransportManager.OnOpen() 

그래서, 내가 말한 일을 시도 : 8732을 할 포트를 변경하지만, 예외가 여전히 발생되고,이 시간 Please try changing the HTTP port to 8732...HTTP could not register URL http://+:8732/EvalService/... 말. : P

새로운 엔드 포인트를 사용하지 않으려 고 노력했습니다. 원래의 오류조차도이 오류와 함께 실패합니다. 중요하지 않습니다 중 하나를 나는 원래 포트에 다시 넣어 경우 [그리] 1337

여기에 App.config는, 그리고 아무것도 같은 문제가 눈에 띄는 없습니다 :

<?xml version="1.0" encoding="utf-8" ?> 
<configuration> 
    <system.web> 
    <compilation debug="true" /> 
    </system.web> 
    <system.serviceModel> 
    <services> 
     <service name="EvalServiceLibrary.EvalService"> 
     <clear /> 
     <endpoint address="ws" binding="wsHttpBinding" contract="EvalServiceLibrary.IEvalService" 
      listenUriMode="Explicit"> 
      <identity> 
      <dns value="localhost" /> 
      <certificateReference storeName="My" storeLocation="LocalMachine" 
       x509FindType="FindBySubjectDistinguishedName" /> 
      </identity> 
     </endpoint> 
     <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" 
      listenUriMode="Explicit"> 
      <identity> 
       <dns value="localhost" /> 
       <certificateReference storeName="My" storeLocation="LocalMachine" 
       x509FindType="FindBySubjectDistinguishedName" /> 
      </identity> 
     </endpoint> 
     <endpoint address="basic" binding="basicHttpBinding" contract="EvalServiceLibrary.IEvalService" 
      listenUriMode="Explicit"> 
      <identity> 
      <dns value="localhost" /> 
      <certificateReference storeName="My" storeLocation="LocalMachine" 
       x509FindType="FindBySubjectDistinguishedName" /> 
      </identity> 
     </endpoint> 
     <endpoint address="net.tcp://localhost:8888/EvalService" binding="netTcpBinding" 
      contract="EvalServiceLibrary.IEvalService" listenUriMode="Explicit"> 
      <identity> 
      <dns value="localhost" /> 
      <certificateReference storeName="My" storeLocation="LocalMachine" 
       x509FindType="FindBySubjectDistinguishedName" /> 
      </identity> 
     </endpoint> 
     <endpoint address="net.pipe://localhost/EvalService" binding="netNamedPipeBinding" 
      bindingConfiguration="" contract="EvalServiceLibrary.IEvalService" /> 
     <host> 
      <baseAddresses> 
      <add baseAddress="http://localhost:8080/EvalService" /> 
      </baseAddresses> 
     </host> 
     </service> 
    </services> 
    <behaviors> 
     <serviceBehaviors> 
     <behavior> 
      <serviceMetadata httpGetEnabled="True"/> 
      <serviceDebug includeExceptionDetailInFaults="False" /> 
     </behavior> 
     </serviceBehaviors> 
    </behaviors> 
    </system.serviceModel> 
</configuration> 

잘못 무엇을/어떻게 할

고쳐?

답변

3

위의 두 가지 문제 (후자의 경우 HTTP could not register URL) 중 후자에 대한 겉으로보기에 작동하는 해결책은 Gabobcat의 답변에 게시 된 VS2010 Training Kit에서 찾을 수 있습니다.

네 번째 연습 인 "Ex4-ServiceDiscovery"에서 두 클라이언트간에 통신하는 WCF 서비스를 사용하는 채팅 응용 프로그램이 제공됩니다. 검색 기능을 사용하여 네트워크에서 피어를 찾습니다. 긴 이야기를 짧게 말하면, 처음에 완성 된 응용 프로그램을 실행 해 본 후에도 동일한 예외가 발생합니다 (연습에서 배치 된 검색 이벤트를 채운 후에). 교육 키트와 함께 번들로 제공되는 배치 스크립트 (AFAICT는 Microsoft의 "오픈 소스"라이센스를 사용하므로이 스크립트를 공유 할 수 있어야 함)를 사용하여 "URL ACL"을 설정하거나 삭제할 수 있습니다.

파일 : 실제로, 그들은 단지 하나의 (유용한) 명령 것으로 보인다

@Echo Off 
@Echo Grant permissions for URL reservation 
@Echo Parameter 1 "%1" == port 
@Echo Parameter 2 "%2" == URL 
pause 
netsh http add urlacl url=http://+:%1/%2 user=%USERDOMAIN%\%USERNAME% 

이 파일 AddURLACL.cmd : 분명히

@Echo Off 
@Echo Deletes permissions for URL reservation 
@Echo Parameter 1 "%1" == port 
@Echo Parameter 2 "%2" == URL 
pause 
netsh http delete urlacl url=http://+:%1/%2 

을 DelURLACL.cmd의 netsh 명령은 있습니다 중요한 사람들 만.
C:\VS2010TrainingKit\Labs\WhatsNewInWCF4\Source\Setup\AddURLACL.cmd 8000 

(나는 어디서 교육 키트을 보여 절대 경로를 사용 : 다음 명령을 사용하여이 예제 프로젝트 ("관리자 권한으로 실행"는에서 명령 프롬프트 창)이 예외를 "해결"하기 이러한 스크립트를 찾을 수있는, 개인적으로는 WhatsNewInWCF4 \ 소스 디렉토리에 있던 내가 이런 짓을 할 때)

문자열 8000에만이 프로젝트를 통해 1 회 발생

그것은 나타납니다
C:\VS2010TrainingKit\Labs\WhatsNewInWCF4\Source\Ex4-ServiceDiscovery\Begin\C#>findstr /n /s "8000" * 
DiscoveryChat\SimpleChat.cs:376:   this.localAddress = new Uri("http://localhost:8000/" + Guid.NewGuid().ToString()); 

포트 8000 포트입니다 채팅 클라이언트가 시작하려고하는 것 ch는 서비스 호스트입니다 (그들이 어떻게 공유하고 있는지 묻지 말아라.) 나는 그들이 사용하는 ServiceHost 클래스가 기존 서비스를 재사용하기에 충분히 지능적이라고 가정한다.

아직 완전히 실험하지는 않았지만 포트를 8000으로 변경하면 EvalService 프로젝트가 "고정"된 것으로 보입니다. 현재 대부분의 종단점이 제거 된 상태입니다 (basicHttpBinding 종점 만 남음). baseAddresslocalhost:8000으로 설정됩니다.

이 기능이 나에게 도움이되는지 알려주세요.

1

구성에 문제가 있습니다. 끝점에서 인증서를 참조하고 있습니다. 다음 중 하나를 제거하십시오.

<certificateReference storeName="My" storeLocation="LocalMachine" x509FindType="FindBySubjectDistinguishedName" /> 

또는 인증서 저장소에 일부 인증서를 배치하십시오. WCF를 좀 더 배우기 전까지는이 시점에서 "identity"구성 섹션을 제거 할 것을 권장합니다. 초보자를위한 기본 끝점 구성 만 유지하고 WCF의 기본 사항을 이해하는 시점부터 작업하십시오. WCF는 특정 요구 사항에 따라 구성 옵션을 크게 (크게) 설정합니다.

는 어쩌면 이러한 링크는 동영상이 시청 한 것으로 더 나은 WCF로 이동하는 데 도움이 도움이

희망을.

+0

감사합니다. ''태그를 주석 처리하면 X.509 인증서 오류가 제거되지만 여전히 바인딩 오류가 있습니다. Visual Studio에서는' '섹션도 자동으로 추가되었으므로 (이 특별한 조치없이)이 데모를 제거하는 것은 직관적이지 않은 것으로 보입니다. – bambams

+0

얼마나 많은 Enpoint/Binding을 가지고 있습니까? basicHttpBinding을 사용하여 하나의 엔드 포인트로 시작하십시오. 참조하고있는 다른 엔드 포인트와 바인딩을 제거하십시오. VS 개발 서버 또는 다른 웹 서버를 사용하고 있습니까? 그렇다면 VS가 포트 번호를 제어하도록하십시오. 다른 웹 서버를 사용하는 경우 데모를 위해 포트 80을 고수하십시오. 필요한 경우 새로운 예외를 게시하십시오. –

+0

위에 게시 된 첫 번째 링크는 OP의 첫 번째 링크입니다. ;) 그것이 내가 비디오를 찾은 곳입니다. : P – bambams

7

나 역시 동일한 webcast을 따라 갔고 동일한 문제가있었습니다. 나는 다른 사람들이 제안한대로 그 항목을 주석으로 처리하여 인증서 문제를 해결했습니다.

나는 내 URL을 다시 "Design_Time_Addresses"를 추가하여 "8732에 HTTP 포트를 변경하거나 관리자 권한으로 실행 해주십시오"

<add baseAddress="http://localhost:8732/AMessageService" /> 

작품을 작동하지 않습니다 수정!

<add baseAddress="http://localhost:8732/Design_Time_Addresses/AMessageService" /> 
+0

VS 2012에서도 저에게 맞습니다. –

1

나는 같은 문제로 실망했다. 마지막으로 Visual Studio 2010을 마우스 오른쪽 단추로 클릭하고 '관리자 권한으로 실행'을 선택하여 관리자 권한으로 Visual Studio를 실행하여 솔루션을 찾았습니다.

0

생각 나는 내가 읽고 있던 업데이트 된 통합 답변을 추가 할 것입니다.

우리는 인증서에 대한 사용 권한을 허용하기 위해 모든 노력을 기울일 수 있지만 실제로이 책을 읽는 대부분의 사람들은 WCF 끝점을 확보하고 최대한 빨리 실행하려고합니다.

따라서 몇 가지 선택 사항이 있습니다.

1. sudipto-kumar-mukherjee above states "I was frustated with the same issue. 
Finally I found the solution by myself by running the Visual Studio as Administrator 
by right clicking Visual Studio 2010 and choosing 'Run As Administrator'." 
--> Yes, this  will work. 
OR 
2. nasp.tech response with 
"Doesn't Work" 
<add baseAddress="http://localhost:8732/AMessageService" /> 
"Works!" 
<add baseAddress="http://localhost:8732/Design_Time_Addresses/AMessageService" /> 

이 두 가지 방법 중 가장 빠른 방법은이 문제를 해결하는 것입니다.

-2

관리자 권한으로 실행하려면 Visual Studio를 마우스 오른쪽 단추로 클릭하고 상황에 맞는 메뉴에서 관리자 권한으로 실행을 선택하십시오. 관리자로 항상 실행하려면 Visual Studio를 마우스 오른쪽 단추로 클릭 한 다음 컨텍스트 메뉴에서 속성으로 이동하십시오. 호환성 탭으로 이동하여이 프로그램을 관리자로 실행을 선택하십시오.