i'm trying to add DI to my base view into MVC3+Razor. There is no definitive answer on how to implement memory-leak free injection into views using Windsor. I would love to implement a simple WindsorViewPageActivator but i have no release method. Can i use a child container and relies on the call to IDispose? I know someone must have solved this problem. I'm really interested to know what others are doing with these technologies.
I see that IViewEngine has a FindView() and Release() but my dependencies don't need to be satisfied on the RazorView they need to be satisfied on System.Web.Mvc.WebViewPage. reaching out to you smart people, thanks! -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to castle-project-users@googlegroups.com. To unsubscribe from this group, send email to castle-project-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.