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

GacUtil.exe needs the gacutlrc.dll next to it in order to provide error messages when it fails. #363

Closed tfabraham closed 6 years ago

tfabraham commented 6 years ago

gacutlrc.dll can be located next to GacUtil.exe (i.e. same folder). It is also usally located in a subfolder named '1033' (I guess this is the id of the culture) but this is not required.

Ex. without the gacutlrc.dll, we have no clue why it failed .\gacutil.exe /i .\nonexistent\assembly.dll Microsoft (R) .NET Global Assembly Cache Utility. Version 4.0.30319.33440 Copyright (c) Microsoft Corporation. All rights reserved.

Ex. with the gacutlrc.dll in the '1033' subfolder .\gacutil.exe /i .\nonexistent\assembly.dll Microsoft (R) .NET Global Assembly Cache Utility. Version 4.0.30319.33440 Copyright (c) Microsoft Corporation. All rights reserved.

Failure adding assembly to the cache: The system cannot find the file specified.

This work item was migrated from CodePlex

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

tfabraham commented 6 years ago

[tfabraham@11/12/2014] Thanks. The Deployment Framework v5.5 and v6.0 installers install both Gacutil.exe and Gacutlrc.dll when the Deployment Framework is installed on a machine with BizTalk 2010, 2013 or (v6) 2013 R2. Have you done a clean BTDF install after installing one of those BizTalk releases?

tfabraham commented 6 years ago

[fchabot@11/12/2014] Ooops... You are right... My bad ;) It would have saved me some trouble... Sorry.

tfabraham commented 6 years ago

[UnknownUser@11/12/2014]

tfabraham commented 6 years ago

Issue closed by tfabraham with comment Working as designed

Reason closed As Designed