0

I have a problem with a MSI Installer. I cannot figure out why it is not inserting some DLL on the client's GAC.

This is the assembly info

enter image description here

The assembly is signed enter image description here

The MSI Installer, is correctly configured to install the DLL on the GAC enter image description here

However, after building and running the Installer, the dll isn't on the gac folder: C:\Windows\assembly (The picture is ordered by name.)

enter image description here

Also I tried to find it by cmd enter image description here

Rumpelstinsk
  • 3,107
  • 3
  • 30
  • 57
  • 3
    You are just looking the wrong place. .NET 4.x assemblies are stored in c:\windows\microsoft.net\assembly. It doesn't have the shell extension that hides the files, you can navigate the folder structure directly with Explorer. Not particularly complicated, start at GAC_MSIL unless it is a mixed-mode assembly. – Hans Passant Feb 12 '16 at 09:12
  • @HansPassant That was exactly the problem. Thanks ^^ – Rumpelstinsk Feb 12 '16 at 10:08

0 Answers0