2013-07-17 64 views
0

上午通過xml配置使用城堡windsor ..最近我得到這個錯誤後,在構造函數輸入參數中添加一個新的依賴..任何想法如何我可以提供一個覆蓋windsor依賴xml文件。城堡溫莎:週期檢測配置

Cycle detected in configuration. 
Component class1 has a dependency on class2 but it doesn't provide an override. 
You must provide an override if a component has a dependency on a service that it - itself - provides 

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.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) 
    at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(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 IOrderApplicationService.method1() 
    at OrderApplicationServiceClient.method1() 

回答