How do I install the component into Global Assembly Cache (GAC)?
There are two ways:
Start .NET Framework Configuration Management Console (Start -> Settings -> Control Panel -> Administrative Tools -> Microsoft .NET Framework Configuration).
Then select "Assembly Cache" and click "Add an Assembly to the Assembly Cache" to add Rebex.*.dll into GAC.
Rebex.*.dll
Use the gacutil command line utility. It can be usually found in Microsoft.NET\Framework\* subfolder of the Windows folder or inside the .NET Framework SDK tree (Microsoft SDKs\Windows\* subfolder of the Program Files folder. To add .NET 4.0 assemblies use the gacutil from the "NETFX 4.0 Tools" subfolder).
gacutil
Microsoft.NET\Framework\*
Microsoft SDKs\Windows\*
"NETFX 4.0 Tools"
See the gacutil section in .NET Framework SDK documentation for a full description of the options supported by gacutil.
Welcome to Q&A forum for C# and VB.NET developers working with following .NET components:
Applications:
If you need immediate assistance, please contact us directly.