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
Yossi Dahan
"Lakshmi Murthy" <Lakshm...@discussions.microsoft.com> wrote in message
news:8AAAE050-39DA-42D2...@microsoft.com...
I'm a bit confused -
I've just carefully followed the instructions as they appear on
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sdk/htm/ebiz_prog_email_ijqb.asp
and it all works like a charm.
one thing that confused me is that you use "RawOutMsg = new
Microsoft.XLANGs.CustomFormattersSDK.RawString(....."
When in my case it is
Message_1 = new
Microsoft.Samples.BizTalk.XlangCustomFormatters.RawString("...."
Notice the difference in the namespaces?
Also check your spelling and lowercase/uppercase - in the error message it
appears as ">> I get the error message: "identifier CustomFormattersSDK does
not exist in
>> Microsoft.XLangs are you missing an assembly reference ?'
(stress on Xlangs)
while on your declaration its Microsoft.XLANGs.
Yossi Dahan
"Lakshmi Murthy" <Lakshm...@discussions.microsoft.com> wrote in message
news:B89FE21E-D1B5-4A30...@microsoft.com...