Agatha
Agatha copied to clipboard
Castle.Core StackOverflow on Silverlight Client when calling Release Method of IContainer
- 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.
The interceptor is here: https://gist.github.com/4625678
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?