COM doesn't like static methods very much. I would create an instance method to wrap the static method, or just make the static method an instance method. But i'd prolly do the first option, I dont like instance method all that much.
lyndon
On 6/28/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I have a project where I need CF to consume a static C# method (via COM). Is this possible?
Thanks - Tom
