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

FileNotFoundException of Microsoft.BizTalk.Interop.SSOClient.dll, Version=5.0.1.0 #358

Closed tfabraham closed 6 years ago

tfabraham commented 6 years ago

Thank you very much for your good product, guys!

I found one thing in the new 5.5 version: The DLL Microsoft.BizTalk.Interop.SSOClient.dll, Version=5.0.1.0 was not installed in the .net 2.0-GAC after installing BTDF. This way, SSOSettingsFileImport.exe could not find the file. I had to download the code and GAC the assembly by myself.

Is this something which maybe also the setup routine of BTDF could do?

Greetings from Germany!

This work item was migrated from CodePlex

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

tfabraham commented 6 years ago

[tfabraham@10/15/2014] Hi, thanks for the note! Microsoft.BizTalk.Interop.SSOClient.dll is a Microsoft DLL installed by BizTalk, specifically Enterprise SSO, not by the Deployment Framework. Its assembly version number changed in BizTalk 2013 to 7.xxx, so the Deployment Framework will install different versions of its SSO files depending on the version of BizTalk installed at the time of BTDF install. I'm guessing you might have upgraded to BizTalk 2013 and not reinstalled the Deployment Framework?

tfabraham commented 6 years ago

[chanser@10/16/2014] Hi, thanks for the answer! I actually installed BizTalk 2013 R2 straight-forward and then BTDF 5.5, without making a detour. Therefore, I thought that BTDF might have forgotton to install its different version of SSO file. Maybe this also was only a problem on my pc, you never know ;)

tfabraham commented 6 years ago

[tfabraham@10/16/2014] Ah, there's our issue. v5.5 does not support BizTalk 2013 R2. You'll have to use v6.0 beta. It's stable - I believe there is only one issue filed against it.

tfabraham commented 6 years ago

[chanser@10/17/2014] Ah, okay, I did not see that I need to update to v6.0. I also run into another SSO issue so I am pretty sure, that I should update... Thanks!

tfabraham commented 6 years ago

[UnknownUser@10/17/2014]

tfabraham commented 6 years ago

Issue closed by tfabraham with comment BizTalk 2013 R2 requires BTDF v6.0

Reason closed As Designed