biztalkbiztalk-2013biztalk-deployment

BizTalk Deployment Framework missing Microsoft.BizTalk.Interop.SSOClient Version 9.0.1000.0


I'm having some problems deploying my current BizTalk Solution. I've just taken over the project and it seems that the Deployment Framework was working until now. Everything is set up up but when I run the deployment this error occurs:

C:\Program Files (x86)\MSBuild\DeploymentFrameworkForBizTalk\5.0\BizTalkDeploymentFramework.targets(1727,5): error MSB4018: Unexpected Error on the UpdateSSOConfigItem-Task.

System.IO.FileNotFoundException: The File or Assembly "Microsoft.BizTalk.Interop.SSOClient, Version=9.0.1000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" could not be found

Error occurs while running C:\Program Files (x86)\MSBuild\DeploymentFrameworkForBizTalk\5.0\BizTalkDeploymentFramework.targets(1727,5)

I guess its coming from the SSOFileReader.dll (which should be referencing the assembly?) and indeed, the assembly is missing in the GAC. But the QS and PROD server seem to be set up equally to DEV, they're missing the assembly too, but the deployment works.

I'm very new the all of this BizTalk stuff and haven't done anything with the Deployment Framework yet, would appreciate some help :)


Solution

  • For anyone facing this problem too: My solution was to completely re-configure the deployment project and update the deployment framework to the current stable (5.6) version.