0 votes
by (180 points)

As title, getting no joy adding to GAC via gacutil (and .NET Framework config).

1 Answer

0 votes
by (18.0k points)
selected by
 
Best answer

Hello,

Rebex libraries always HAVE strong names.
However, there are two GACs in MS Windows:

  1. for .NET 2.0
  2. for .NET 4.0 and higher

Please make sure you are putting proper framework version of Rebex libraries to corresponding GAC.

The 2.0 GAC can be browsed using the following path:
C:\Windows\assembly
while the 4.x GAC can be browsed using the following path:
C:\Windows\Microsoft.NET\assembly

To find the proper version of gacutil, you have to look into your .NET SDK folder.
E.g. for .NET 4.7, you can find the gacutil.exe in the following folder (if .NET SDK is installed):
c:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.7 Tools\

by (180 points)
Thanks, perfect, i was using the incorrect Gacutil
...