Registering .NET assemblies

Previous Topic

Next Topic

Book Contents

Registering .NET assemblies

You must register the .NET assemblies to the Global Assembly Cache (GAC) after the initial installation, and each time you apply a patch.

For .NET version 4:

For .NET version 2 and version 4:

To add the assemblies to the GAC, do the following:

  1. Open a command prompt as an Administrator.
  2. Navigate to the directory that contains the assembly to add to the GAC.
  3. Execute the following command:

    oraprovcfg.exe/action:gac/providerpath:<assembly DLL>

    For example:

    oraprovcfg.exe/action:gac/providerpath:Oracle.DataAccess.dll

Send Feedback