Search code examples
biztalkbiztalk-2010

Send Pipeline Error 0xc0c01658


I created a Send Pipeline that has a Flat File Assembler. When I tried to send the Message I am getting error like, Error Code 0xc0c01658 (Send Pipeline Error)

The detail of the error:

Please verify that the pipeline strong name is correct and that the pipeline assembly is in the GAC

Can anyone help me? I am new to BizTalk and I am learning


Solution

  • Check to see that the Pipeline is in the GAC (C:\Windows\Microsoft.NET\assembly\GAC_MSIL) There should be a folder there with the Assembly name (Jax.Dhana.SamplePRJ), and then a sub folder which will be in the format of .NetVersion_DLLVersion_PublicKey e.g. v4.0_1.0.0.0_cf96c3b300e6dd40 and under that should be the DLL. If the Name, Assembly Version Number or Public Key do not match then it will not be able to find it in the GAC.