You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Castle.Core StackOverflow on Silverlight Client when calling Release Method of IContainer
I've downloaded the latest nuget package (1.3.1) of Agatha.Common.Castle.
I was stuck on a stack overflow exception on a simple HelloWorld app. So I started to investigate.
I've found that the problem is something related on implementation of IContainer.Release method, so as a temporary work-around, I've disabled its execution.
I got the same issue as I switched in the expamle files from StructureMap to Castle in Sample.DotNetClient.
The problems occurs only when using the async methods.
Is there a solution planned?
I've downloaded the latest nuget package (1.3.1) of Agatha.Common.Castle.
I was stuck on a stack overflow exception on a simple HelloWorld app. So I started to investigate.
I've found that the problem is something related on implementation of IContainer.Release method, so as a temporary work-around, I've disabled its execution.
The interceptor is here: https://gist.github.com/4625678
The text was updated successfully, but these errors were encountered: