So, you do have time/disposition to complain, time/disposition to migrate your codebase, time/disposition to re-test it, but don't have "time" to work on a pull request. Interesting...
On Monday, May 4, 2015 at 12:06:28 PM UTC-3, Matteo Migliore wrote: > > I'm trying to use WCF Unity to solve the problem and remove Castle, not > happy of this, but we cannot wait more. > > We are already migrating to web API. > > On Monday, May 4, 2015 at 4:55:38 PM UTC+2, Milan Cerny wrote: >> >> Hi Filip. Me too (the same issue). It's another reason to run out of WCF >> to the simple html requests :) >> >> Dne úterý 14. dubna 2015 21:27:13 UTC+2 Filip Kinsky napsal(a): >>> >>> I just created an issue for this problem: >>> http://github.com/castleproject/Windsor/issues/84 >>> >>> On Monday, March 30, 2015 at 5:01:23 PM UTC+2, Filip Kinsky wrote: >>>> >>>> The same error ocurs after recent Windows 10 Windows Update when >>>> ASP.NET 4.6 runtime upgrade was delivered btw. >>>> >>>> On Mon, Mar 30, 2015 at 2:42 PM, Diana Ionita <[email protected]> wrote: >>>> >>>>> I'm running into exactly the same issue. Would really appreciate a >>>>> workaround. >>>>> >>>>> Thanks! >>>>> >>>>> >>>>> On Monday, March 23, 2015 at 2:23:46 PM UTC, Filip Kinsky wrote: >>>>>> >>>>>> Hello, >>>>>> I was trying Visual Studio 2015 CTP and got ASP.NET 4.6 upgrade >>>>>> during the VS installation. I use Windsor WCF integration, which seems >>>>>> to >>>>>> get broken due to this upgrade. I'm injecting Castle.Facilities. >>>>>> WcfIntegration.IWcfClientFactory to my services and use this simple >>>>>> extension method to retrieve the WCF client: >>>>>> >>>>>> public static T GetClient<T>(this IWcfClientFactory factory) >>>>>> where T : class >>>>>> { >>>>>> var componentName = typeof (T).FullName; >>>>>> return factory.GetClient<T>(componentName); >>>>>> } >>>>>> >>>>>> >>>>>> The GetClient method throws this exception after the upgrade: >>>>>> >>>>>> Castle.MicroKernel.ComponentActivator.ComponentActivatorException: >>>>>> WcfClientActivator: could not proxy component XXX ---> System. >>>>>> NullReferenceException: Object reference not set to an instance of >>>>>> an object. >>>>>> at System.RuntimeMethodHandle.GetHashCode() >>>>>> at System.Collections.Generic.ObjectEqualityComparer`1.GetHashCode(T >>>>>> obj) >>>>>> at System.Collections.Generic.Dictionary`2.FindEntry(TKey key) >>>>>> at System.ServiceModel.Dispatcher.OperationSelectorBehavior.Met >>>>>> hodInfoOperationSelector..ctor(ContractDescription description, >>>>>> MessageDirection directionThatRequiresClientOpSelection) >>>>>> at System.ServiceModel.Dispatcher.OperationSelectorBehavior.System >>>>>> .ServiceModel.Description.IContractBehavior.ApplyClientBehavior( >>>>>> ContractDescription description, ServiceEndpoint endpoint, >>>>>> ClientRuntime proxy) >>>>>> at System.ServiceModel.Description.DispatcherBuilder.ApplyClien >>>>>> tBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime >>>>>> clientRuntime) >>>>>> at System.ServiceModel.Description.DispatcherBuilder.BuildProxy >>>>>> Behavior(ServiceEndpoint serviceEndpoint, BindingParameterCollection& >>>>>> parameters) >>>>>> at System.ServiceModel.Channels.ServiceChannelFactory.BuildChan >>>>>> nelFactory(ServiceEndpoint serviceEndpoint, Boolean >>>>>> useActiveAutoClose) >>>>>> at System.ServiceModel.ChannelFactory.CreateFactory() >>>>>> at System.ServiceModel.ChannelFactory.OnOpening() >>>>>> at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan >>>>>> timeout) >>>>>> at System.ServiceModel.ChannelFactory.EnsureOpened() >>>>>> at System.ServiceModel.ChannelFactory`1.CreateChannel(EndpointAddress >>>>>> address, Uri via) >>>>>> at System.ServiceModel.ChannelFactory`1.CreateChannel() >>>>>> at Castle.Facilities.WcfIntegration.WcfClientActivator.<>c__ >>>>>> DisplayClass6.<GetChannelCreator>b__1() >>>>>> at Castle.Facilities.WcfIntegration.WcfChannelHolder.CreateChannel >>>>>> () >>>>>> at Castle.Facilities.WcfIntegration.WcfChannelHolder..ctor(Chan >>>>>> nelCreator channelCreator, IWcfBurden burden, Nullable`1 >>>>>> closeTimeout) >>>>>> at >>>>>> Castle.Facilities.WcfIntegration.WcfClientActivator.Instantiate(CreationContext >>>>>> >>>>>> context) >>>>>> --- End of inner exception stack trace --- >>>>>> at >>>>>> Castle.Facilities.WcfIntegration.WcfClientActivator.Instantiate(CreationContext >>>>>> >>>>>> context) >>>>>> at Castle.MicroKernel.ComponentActivator. >>>>>> DefaultComponentActivator.InternalCreate(CreationContext context) >>>>>> at Castle.MicroKernel.ComponentActivator. >>>>>> AbstractComponentActivator.Create(CreationContext context, Burden >>>>>> burden) >>>>>> at >>>>>> Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext >>>>>> >>>>>> context, Boolean trackedExternally) >>>>>> at >>>>>> Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.Resolve(CreationContext >>>>>> >>>>>> context, IReleasePolicy releasePolicy) >>>>>> at >>>>>> Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext >>>>>> context, Boolean requiresDecommission, Boolean instanceRequired, Burden& >>>>>> burden) >>>>>> at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext >>>>>> context, Boolean instanceRequired) >>>>>> at >>>>>> Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext >>>>>> context) >>>>>> at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler >>>>>> handler, Type service, IDictionary additionalArguments, IReleasePolicy >>>>>> policy) >>>>>> at Castle.MicroKernel.DefaultKernel.Castle. >>>>>> MicroKernel.IKernelInternal.Resolve(String key, Type service, >>>>>> IDictionary arguments, IReleasePolicy policy) >>>>>> at Castle.Facilities.WcfIntegration.WcfClientFactorySelector.<>c__ >>>>>> DisplayClass2.<SelectComponent>b__1(IKernelInternal k, >>>>>> IReleasePolicy p) >>>>>> at Castle.Facilities.TypedFactory.Internal. >>>>>> TypedFactoryInterceptor.Resolve(IInvocation invocation) >>>>>> at Castle.Facilities.TypedFactory.Internal. >>>>>> TypedFactoryInterceptor.Intercept(IInvocation invocation) >>>>>> at Castle.DynamicProxy.AbstractInvocation.Proceed() >>>>>> at Castle.Proxies.IWcfClientFactoryProxy.GetClient[T](String name) >>>>>> >>>>>> There's obviously some breaking change in ASP.NET 4.6 WCF. I already >>>>>> tried to debug the Windsor source code, bud wasn't able to understand >>>>>> the >>>>>> code enough to be able to figure out where the problem is. Did anyone >>>>>> faced >>>>>> the same problem? Any hints what to try to workaround the problem? >>>>>> >>>>> -- >>>>> You received this message because you are subscribed to a topic in the >>>>> Google Groups "Castle Project Users" group. >>>>> To unsubscribe from this topic, visit >>>>> https://groups.google.com/d/topic/castle-project-users/QIPplgOhPJ0/unsubscribe >>>>> . >>>>> To unsubscribe from this group and all its topics, send an email to >>>>> [email protected]. >>>>> To post to this group, send email to [email protected]. >>>>> Visit this group at >>>>> http://groups.google.com/group/castle-project-users. >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> >>>> -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/castle-project-users. For more options, visit https://groups.google.com/d/optout.
