castle-dynamicproxy
Why am I getting "Invalid Internal state" reflection exception with Castle DynamicProxy?
We added DynamicProxy to our ASP.NET web app a couple of weeks ago. The code ran fine in dev and QA, but when we pushed to production, we got the following exception (top of stack trace only):[详细]
2022-12-20 18:44 分类:问答Intercept only interface methods with DynamicProxy
I got an interface like this public interface IService { void InterceptedMethod(); } A class that implements that interface and also has another method[详细]
2022-12-18 04:29 分类:问答invoking 2 targets with Castle.DynamicProxy
Say I have an interface IInterface. Say I have 2 imple开发者_开发百科mentations of the same IInterface (foo & bar).[详细]
2022-12-16 16:09 分类:问答Windsor Method interception (AOP)
I\'m trying to create interceptors for specific methods but I\'m having a hard time. 开发者_运维百科I can\'t bind an aspect to a specific method. I create the faicilities most of examples show but it[详细]
2022-12-16 11:54 分类:问答Wrapping existing objects to intercept method/property calls in .NET
I have a situation where I would like to intercept calls to properties in .NET. I have been looking at DynamicProxy in Castle and it seems to work fine.But it seems in order to use it I have to start[详细]
2022-12-14 04:47 分类:问答Problems with Castle DynamicProxy2 on .Net 3.5 SP1 on Win2003 Server
I\'ve an mvc + nh asp.net application. On my dev machine (win 7 Ent) all works fine, if deployed on a Win 2k3 (tried 2 different vm and one phisical machine) I got the following error..[详细]
2022-12-11 05:42 分类:问答Using dynamic proxy on NHibernate objects
I\'m trying to use Castle.DynamicProxy2 to cleanup code within NHibernate persisted classes. Here is a simple version of it.[详细]
2022-12-09 00:54 分类:问答Whats the difference between PostSharp and Castle Dynamic Proxy?
Just wondering what the main diffe开发者_Go百科rences are between these libraries, how they differ in features and functionality.[详细]
2022-12-08 22:00 分类:问答