BTDF / DeploymentFramework

The Deployment Framework for BizTalk is the most powerful and customizable, yet easy-to-use toolkit for deploying and configuring your BizTalk solutions.
MIT License
53 stars 24 forks source link

SSOSettingsFileReader is missing in the GAC (Release 5.6) #404

Closed tfabraham closed 6 years ago

tfabraham commented 6 years ago

Hi, while deploying with the new BTDF (release 5.6), I got the following error: C:\Program Files (x86)\MSBuild\DeploymentFrameworkForBizTalk\5.0\BizTalkDeploymentFramework.targets(1718,5): error MSB4018: System.IO.FileNotFoundException: Could not load file or assembly 'SSOSettingsFileReader, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b9585ffc9d454e4a' or one of its dependencies. The system cannot find the file specified. [c:\temp\BizTalk Server Project2\Deployment\Deployment.btdfproj]

After adding the SSOSettingsFileReader.dll (C:\Program Files (x86)\Deployment Framework for BizTalk 5.6\Framework\DeployTools) to the GAC the problem was solved.

Best Regards, Harald

This work item was migrated from CodePlex

CodePlex work item ID: '11025' Vote count: '1'

tfabraham commented 6 years ago

[tfabraham@10/29/2015] This is almost always due to a different version of the Deployment Framework installed on a build server than on development machines, or v5.6 being installed prior to a BizTalk upgrade. The version of BizTalk that will be used must be installed prior to installation of the Deployment Framework. There are many versions of SSOSettingsFileReader.dll for various BizTalk releases.

tfabraham commented 6 years ago

[UnknownUser@3/11/2016]

tfabraham commented 6 years ago

Issue closed by tfabraham with comment No additional information provided by reporting user

Reason closed Can't Reproduce