Deploying an Application Using GAC

Use GAC to deploy an application.

  1. Copy the dll files that make up Adaptive Server ADO.NET Data Provider on the target machine in a directory such as C:\Sybase\DataAccess\ADONET\dll.
  2. Add this directory to the system path.
  3. Deploy the provider assembly into the GAC. See Deploying Adaptive Server ADO.NET Data Provider assembly into the global assembly cache.
  4. Copy your application-specific files (such as exe, and dlls), to the system in the application-specific folder.
  5. Execute the application.