Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - Programming » Database and application deployment » Requirements for deploying client applications » .NET client deployment

 

SQL Anywhere .NET Data Provider removal

To uninstall the current version of the SQL Anywhere .NET Data Provider, you must do the following.

  • Ensure Visual Studio is not running.

  • Use the SetupVSPackage tool to uninstall the .NET assemblies. SetupVSPackage requires Administrator privilege for Windows Vista and later systems. If you are running a Command Prompt, ensure it has Administrator privilege.

  • For .NET 2.0/3.x, run %SQLANY16%\Assembly\v2\SetupVSPackage.exe /uninstall.

  • For .NET 4.x, run %SQLANY16%\Assembly\v4\SetupVSPackage.exe /uninstall.

The short form for /uninstall is /u.

To uninstall all builds of the 16.0 version of the SQL Anywhere .NET Data Provider, you must do the following.

  • Ensure Visual Studio is not running.

  • Use the SetupVSPackage tool to uninstall all builds of the .NET assemblies. SetupVSPackage requires Administrator privilege for Windows Vista and later systems. If you are running a Command Prompt, ensure it has Administrator privilege.

  • For .NET 2.0/3.x, run %SQLANY16%\Assembly\v2\SetupVSPackage.exe /uninstallall.

  • For .NET 4.x, run %SQLANY16%\Assembly\v4\SetupVSPackage.exe /uninstallall.

The short form for /uninstallall is /ua.