Jeremy Stein - Brain
« C# Submit XML | BizTalk NullReferenceException on System.Type.GetType » |
This Assembler cannot retrieve a document specification using this type
I got this error while running an orchestration:
There was a failure executing the send pipeline: “Microsoft.BizTalk.DefaultPipelines.XMLTransmit, Microsoft.BizTalk.DefaultPipelines, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35” Source: “XML assembler” Send Port: “My send port” URI: “My URL” Reason: This Assembler cannot retrieve a document specification using this type: “My schema“.
It turns out that the cause was two instances of My schema deployed in BizTalk. I had moved the schema to another assembly (with a different namespace) and BizTalk was unable to resolve it. I had to delete the old assembly to clear out the old instance and redeploy it.
Scott Woodgate’s blog post tipped me off.
No Comments
Be the first to comment!
« C# Submit XML | BizTalk NullReferenceException on System.Type.GetType » |
Leave a Reply