Re: Windsor - ignore cyclical dependencies?

2013-04-26 Thread Nik Pinski
Sorry I couldn't get back sooner, been swamped all week. Okay here is what i mean. I've attached the full CS file so you can verify But here is the breakdown for reference Here are the subjects and their dependencies: public interface IA { IB B {get;} }

Lifecycle with reference counting

2013-04-26 Thread Robert Turner
Hi fellow Windsorers, I've got an application where a particular component implementation is provided externally (by an Activator), but I only want it to be destroyed when the instance has been released the same number of times that it was resolved. I'm wondering if there is a particular

DynamicProxy 1.1.5 release or stable revision.

2013-04-26 Thread astepanjuk
Hi, I need a release revision or another stable revision of Dynamic Proxy 1.1.5 source code. I need it to fix an issue which is described here http://stackoverflow.com/questions/3301157/nhibernate-1-2-in-a-net-4-0-solution Unfortunately, github repository

Castle.DynamicProxy 1.1.5 release revision

2013-04-26 Thread astepanjuk
Hi, I'm facing an issue during migration an application, which uses NHibernate 1.2, to .Net 4.0. Actually, issue is exactly the same as the one, which is described here http://stackoverflow.com/questions/3301157/nhibernate-1-2-in-a-net-4-0-solution And the the solution, which is described in