This is just an example, I have some classes that don't have constructor no 
parameters, but overloaded constructors. How can I create proxy for 
something like this below.

HelloWorld target = new HelloWorld("SomeValue");
target.Name = "Hello";

target = proxy.CreateClassProxyWithTarget<HelloWorld>(target, new 
HelloInterceptor());

Can not instantiate proxy of class: ConsoleApplication1.HelloWorld.
Could not find a parameterless constructor.

Thanks
Rusty

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/castle-project-users/-/VYoI0ICWaE4J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en.

Reply via email to