06-21-04 04:09 AM
Hi Soren,
I think the "static" declaration is the problem. Try calling creating a non-
static
method and caling it.
/Alan
"Soren" wrote:
> From a script functoid, I'm trying to call a method on an external
> assembly.
>
> The assembly is added to the GAC. The signature of the method is:
>
> public static string ExtractSSN(string field)
>
> From the Configure Functoid Script I can pick the assembly and the
> class, but not the method (only the usual Equal, GetHashCode, GetType
> and ToString are visible).
>
> I have tried stopping the Biztalk Service, restarted VS.NET (even
> rebooted!) to prevent cashing. Nothing works.
>
> Am I doing anything wrong here?
>
[ Post a follow-up to this message ]
|