BizTalk configuration broken following WCF hotfix installation

Posted by Sir Crispalot on Server Fault See other posts from Server Fault or by Sir Crispalot
Published on 2012-07-05T12:41:46Z Indexed on 2012/07/05 15:17 UTC
Read the original article Hit count: 419

Filed under:
|

I usually post over on StackOverflow, but thought this was probably better suited to ServerFault. Please migrate if I'm wrong!

I am developing a WCF service and a BizTalk application on my workstation at the moment. As part of the WCF service, I had to install hotfix 971493 from Microsoft which updates some core WCF assemblies.

Following installation of that hotfix, I am now experiencing severe issues in my existing BizTalk application. When I attempt to configure the properties of an existing WCF-Custom receive location, I get this error:

Error loading properties (System.IO.FileLoadException) The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

If I click OK (the same error repeats four times) I eventually see the WCF-Custom properties dialog. However if I click on the various tabs, I continue to receive errors:

The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) (Microsoft.BizTalk.Adapter.Wcf.Admin)

The WCF-Custom receive location was working yesterday, and I installed the hotfix this morning. I'm guessing these two are related, and that BizTalk somehow has a reference to the old WCF assemblies.

Does anyone know how I can fix this?

© Server Fault or respective owner

Related posts about wcf

Related posts about biztalk-2009