Chaging the service to config --> RequestProcessorImplementation =
typeof(AuthenticatedRequestProcessor),
Gives me an error, andI dont understand this :(
An ExceptionInfo whose value is:
System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]:
Can't create component
'Qmuzik.ServiceLayer.Security.AuthenticatedRequestProcessor' as it has
dependencies to be satisfied.
Qmuzik.ServiceLayer.Security.AuthenticatedRequestProcessor is waiting
for the following dependencies:
Services: - Qmuzik.ServiceLayer.Security.IUserValidator which was not
registered.
Server stack trace: at
System.ServiceModel.Channels.ServiceChannel.ThrowIfFaultUnderstood(Message
reply, MessageFault fault, String action, MessageVersion version,
FaultConverter faultConverter)
at
System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime
operation, ProxyRpc& rpc)
at System.ServiceModel.Channels.ServiceChannel.EndCall(String action,
Object[] outs, IAsyncResult result)
at
System.ServiceModel.Channels.ServiceChannelProxy.InvokeEndService(IMethodCallMessage
methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage
message) Exception rethrown at [0]:
at
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
reqMsg, IMessage retMsg)
at
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
msgData, Int32 type)
at
Agatha.Common.WCF.IAsyncWcfRequestProcessor.EndProcessRequests(IAsyncResult
result)
at
Agatha.Common.WCF.AsyncRequestProcessorProxy.Agatha.Common.IAsyncRequestProcessor.EndProcessRequests(IAsyncResult
result)
in c:\src\agatha\Agatha.Common\WCF\AsyncRequestProcessorProxy.cs:line
31 at
Agatha.Common.WCF.AsyncRequestProcessorProxy.OnEndProcessRequests(IAsyncResult
result)
in c:\src\agatha\Agatha.Common\WCF\AsyncRequestProcessorProxy.cs:line
53 at
System.ServiceModel.ClientBase`1.OnAsyncCallCompleted(IAsyncResult
result)