Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Application dependency in Biztalk › Re: Application dependency in Biztalk
September 11, 2006 at 8:52 AM
#15647
Your pipelines have hard coded values for the full assembly name of your schema. So, if you move the schema from one project to another or change strong name keys, you need to remove the flat file disassembler from the pipeline and re add it.
Could this be the problem? Did you change strong name keys?