07-14-05 12:47 PM
Did you make sure to build the sample of the formatter, GAC it and add a
reference to it in the orchestration project?
Yossi Dahan
"Lakshmi Murthy" <LakshmiMurthy@discussions.microsoft.com> wrote in message
news:8AAAE050-39DA-42D2-9D0A-1F24E44AC797@microsoft.com...
> Hi,
>
> I need to send a text Email from my orchestration.
>
> I implement the RawString type,declare RawOutMsg as a message of type
> Microsoft.XLANGs.CustomFormattersSDK.RawString.
>
> But when I construct a message in the Expression Editor :
> RawOutMsg = new Microsoft.XLANGs.CustomFormattersSDK.RawString("Mensaje
> Body" );
>
> I get the error message: "identifier CustomFormattersSDK does not exist in
> Microsoft.XLangs are you missing an assembly reference ?
>
> What am i doing wrong? Please let me know.
>
> Thanks in advance
> Regards
> Lakshmi
>
[ Post a follow-up to this message ]
|