Removing the Assembly from GAC

Remove the assembly from the GAC by running AseGacUtility or AseGacUtility4 utility.

  1. Go to the directory where AseGacUtility or AseGacUtility4 is installed—by default C:\Sybase\DataAccess\ADONET\dll for Adaptive Server ADO.NET Data Provider, 32-bit and C:\Sybase\DataAccess64\ADONET\dll for Adaptive Server ADO.NET Data Provider, 64-bit.
  2. Run
    AseGacUtility /u DLL_Name
    Or
    AseGacUtility4 /i DLL_Name
    For example where DLL_Name is the DLL you want to remove from the GAC.
    For example, to remove 32-bit version of Sybase.AdoNet2.AseClient.dll from the GAC, run:
    AseGacUtility /u
    C:\Sybase\DataAccess\ADONET\dll\Sybase.AdoNet2.AseClient.dll
    For example, to remove 64-bit version of Sybase.AdoNet4.AseClient.dll from the GAC, run:
    AseGacUtility /u
    C:\Sybase\DataAccess64\ADONET\dll\Sybase.AdoNet4.AseClient.dll