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

SQL Anywhere 11.0.0 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET Data Provider » Deploying the SQL Anywhere .NET Data Provider » SQL Anywhere .NET Data Provider required files

 

Registering the SQL Anywhere .NET Data Provider DLL

The SQL Anywhere .NET Data Provider DLL (install-dir\Assembly\v2\iAnywhere.Data.SQLAnywhere.dll) needs to be registered in the Global Assembly Cache on Windows (except Windows Mobile). The Global Assembly Cache lists all the registered programs on your computer. When you install the .NET Data Provider, the .NET Data Provider installation program registers it. On Windows Mobile, you do not need to register the DLL.

If you are deploying the .NET Data Provider, you must register the .NET Data Provider DLL (install-dir\Assembly\v2\iAnywhere.Data.SQLAnywhere.dll) using the gacutil utility that is included with the .NET Framework.