Hello,
Rebex libraries always HAVE strong names.
However, there are two GACs in MS Windows:
- for .NET 2.0
- 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\