Hi, Having a problem (first one in over 5 years!) with Castle Dynamic proxy. This is version 2.5.1.0.
During execution, the generated proxy is throwing an InvalidCastException. Obviously as it's generated and has no debug symbols so there is no stack information. All that happens is that the proxy instance is called into and an InvalidCastException is thrown straight away with no information. I've attached debugger to both sides of the proxy i.e. the implementation, the caller and the interceptor (we're using an implementation of IInterceptor) and nothing is called inside or behind the proxy. Any clues on how to debug this? Best Regards, Chris Smith -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/castle-project-users. For more options, visit https://groups.google.com/groups/opt_out.
