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

Failure adding assembly to the cache #434

Closed tfabraham closed 6 years ago

tfabraham commented 6 years ago

When performing a Build Server Deploy to MSI, it succeeds.

But when performing a quick deploy or deploy of my BizTalk 2016 using Deployment Framework toolkit to my local dev environment, the following error occurred in the Output window.

Failure adding the assembly to the cache: This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded. C:\Program Files (x86)\MSBuild\DeploymentFrameworkForBizTalk\5.0\BizTalkDeploymentFramework.targets(1342,5): error MSB3073: The command ""C:\Program Files (x86)\Deployment Framework for BizTalk 5.6\Framework\DeployTools\gacutil.exe" /f /i "..\Tango.Schemas.DELVRY\bin\Debug\Tango.Schemas.DELVRY.dll"" exited with code 1. [G:\BTS Source\Tango\Tango\Tango.Deployment\Deployment.btdfproj] Done Building Project "G:\BTS Source\Tango\Tango\Tango.Deployment\Deployment.btdfproj" (UpdateOrchestration target(s)) -- FAILED.

Build FAILED.

This work item was migrated from CodePlex

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

tfabraham commented 6 years ago

[benjsoft@9/14/2017] I have fixed the issue by installing the latest DeploymentFramework for BizTalk v5.7 (before it was 5.6) since I'm using VS 2015 and BizTalk Server 2016.

tfabraham commented 6 years ago

[UnknownUser@9/15/2017]

tfabraham commented 6 years ago

Issue closed by tfabraham with comment Reinstalled fixed issue

Reason closed As Designed