Today I've got exception on production server, that has been disappeared after server's restart.
IQueryFactory instantiates transient objects (have only 1 dependency - from object with PerWcfOperation() lifestyle) that are released by interceptors. System.IndexOutOfRangeException: Index was outside the bounds of the array. at System.Collections.Generic.List`1.Add(T item) at Castle.Facilities.TypedFactory.Resolve.Invoke(IInvocation invocation) in c:\TeamCity\buildAgent\work\1ab5e0b25b145b19\src \Castle.Windsor\Facilities\TypedFactory\Resolve.cs:line 54 at Castle.Facilities.TypedFactory.TypedFactoryInterceptor.Intercept(IInvocation invocation) in c:\TeamCity\buildAgent\work\1ab5e0b25b145b19\src \Castle.Windsor\Facilities\TypedFactory \TypedFactoryInterceptor.cs:line 117 at Castle.DynamicProxy.AbstractInvocation.Proceed() in c:\TeamCity \buildAgent\work\f0c43d96621436a8\src\Castle.Core\DynamicProxy \AbstractInvocation.cs:line 163 at Castle.Proxies.IQueryFactoryProxy.Create[TQueryContext,TResult] () at Infrastructure.Common.Services.Queries.BaseQueryService.Dispatch[TContext,TResult] (TContext context) Windsor version: 2.5.1.2127 -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.
