Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jpolvora opened this issue Jan 24, 2013 · 1 comment

Comments

@jpolvora
Copy link

  • 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

@micmartin
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants