Agatha icon indicating copy to clipboard operation
Agatha copied to clipboard

Castle.Core StackOverflow on Silverlight Client when calling Release Method of IContainer

Open jpolvora opened this issue 12 years ago • 1 comments

  • 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

jpolvora avatar Jan 24 '13 17:01 jpolvora

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?

micmartin avatar Jul 24 '13 14:07 micmartin