S
sunil
Dear All,
I am using WF and rules set engine to execute some application
activities. I checked through reflector and found that the
RuleSetDialog in System.Workflow.Activities.Rules.Design is public and
not sealed. I tried to extend it but since it does not have a default
empty constructor I cannot see the design in VS2005. It gives the
following error:
Constructor on type
'System.Workflow.Activities.Rules.Design.RuleSetDialog' not found.
Is there some workaround for this since I cannot change the base class
(RuleSetDialog) to include an default constructor that does not take
any parameters. If this dialog cannot be extended wot is the motive
behind not making this class sealed?
Any clues? Please help...
Thanks & regards
Sunil
I am using WF and rules set engine to execute some application
activities. I checked through reflector and found that the
RuleSetDialog in System.Workflow.Activities.Rules.Design is public and
not sealed. I tried to extend it but since it does not have a default
empty constructor I cannot see the design in VS2005. It gives the
following error:
Constructor on type
'System.Workflow.Activities.Rules.Design.RuleSetDialog' not found.
Is there some workaround for this since I cannot change the base class
(RuleSetDialog) to include an default constructor that does not take
any parameters. If this dialog cannot be extended wot is the motive
behind not making this class sealed?
Any clues? Please help...
Thanks & regards
Sunil