08-15-04 12:46 PM
I am having to do quite a bit of work externally to an orchestration using a
n
assembly that I've written.
I create a variable, and set it's type to the assembly I've created.
However, I cannot access any static members inside the assembly. The only wa
y
I can get the methods I need is to stop them being static, and recompile.
I've tried setting the Use Default Constructor to false, and that doesn't
work, so I'm not a little devoid of ideas.
Can anyone help?
Thanks,
Martin
[ Post a follow-up to this message ]
|