Quantcast
Channel: biztalkdeployment Work Item Rss Feed
Viewing all articles
Browse latest Browse all 688

Created Unassigned: GacUtil.exe needs the gacutlrc.dll next to it in order to provide error messages when it fails. [10779]

$
0
0
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.
```

Viewing all articles
Browse latest Browse all 688

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>