Hi
I am trying for creating custom adapter. so i have created for .net class
for sending the email from custom adapter. through adapter wizard i created
all the required properties for transmit handler. after that i created .Reg
file via registryWizard.exe.
and i registered that adapter in BiztalkadminConsole, now it is showing in
the adapter list. now i configured that with sendport, and i started Biztalk
orchestration after configured with receive and send port.
The problem is that I get this error message:
in admin console:
A message sent to adapter "SendMailCustomAdapter" on send port
"customAdapterSendPort" with URI
"customAdapterSendMail://gangadhar_tutika@
semanticspace.com/gangadhar_tutika@
semanticspace.com/gangadhar_tutika@
semanticspace.com/mail.semanticspace.com/test" is suspended.
Error details: An unexpected failure occurred while processing a message.
The text associated with the exception is "Value cannot be null.
Parameter name: addresses".
MessageId: {D01E64CC-DDC9-4198-AC6A-FE09FF54274D}
InstanceID: {EB9DEE75-4E88-445E-A330-944B15341D44}
Does anyone knows how to solve this problem?