Deploying applications that use Adaptive Server ADO.NET Data Provider

The procedures below demonstrate how to deploy applications.

StepsUsing the installation program and GAC to deploy an application

  1. Install Adaptive Server ADO.NET Data Provider using the installation program on the end user machine.

  2. If the .NET Framework SDK 1.1 is not installed on this machine, then manually deploy the provider assembly into the GAC.

  3. Copy your application-specific files such as exe, and dlls, to the system in the application-specific folder.

StepsUsing the 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” for details.

  4. Copy your application-specific files (such as exe, and dlls), to the system in the application-specific folder.

  5. Execute the application.

StepsDeploying an application independent of the GAC

  1. On the target system, copy the dll files that make up Adaptive Server ADO.NET Data Provider in the application-specific folder, in addition to the application-specific files, such as exe, and dlls.

  2. Execute the application.