Problems calling C# from a BizTalk Map

I’ve done this many times before, but today, I had numerous issues. 1. I didn’t give the C# subroutine a strong name, and thus it wasn’t in the GAC. This result in “Load Failure” or “Could not load file or assembly…” 2. GacUtil getting code 1 or code 3. I think the code 1 was […]

EventLog error BizTalk WCF-SQL Receive: finding the document specification by message type failed

EventLog error on a typed-polling BizTalk WCF-SQL Receive Location There was a failure executing the receive pipeline: “Microsoft.BizTalk.DefaultPipelines.XMLReceive, Microsoft.BizTalk.DefaultPipelines, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35” Source: “XML disassembler” Receive Port: “ReceivePort.dlsqldev1.tmwdev.Integration_Dev.GetSettlementTWMtoIseries” URI: “mssql://sqlserver//dbname?InboundId=XYZData” Reason: Finding the document specification by message type “http://schemas.microsoft.com/Sql/2008/05/TypedPolling/XYZData#TypedPolling” failed. Verify the schema deployed properly. Anybody around BizTalk a while knows what this error means […]