You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ExtDirectHandler
In DirectHandler.cs, the Handle method always receives a null
actionInstance object. This causes a new instance of every type to be
created for every request.
The code suggests that there may be support for reusing a previous
instance of a type, but I don't know how to make it work that way.
I've tried with and without an interceptor delegate function. What am
I missing? I'm using a reflection configurator to register the types.
I can provide sample code if necessary. Thanks for any help.
Gian Marco Gherardi
unread,
Jan 20, 2012, 2:21:32 PM1/20/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to extdirec...@googlegroups.com
You can control the creation of Action instances by following this example: