dotConnect for DB2 depends on the IBM DB2 .NET Data Provider library, so IBM.Data.DB2.dll of 9.x or higher version must be available on the computer.
By default dotConnect for DB2 installs all files in "Program Files\Devart\dotConnect\DB2" folder. The setup program also adds the necessary assemblies to the Global Assembly Cache by default. You can omit adding assemblies to GAC by selecting the Do not install assemblies in the GAC check box on the Additional Tasks installation wizard page. To install only *.dll files needed to run applications that use dotConnect for DB2, you can select "Minimal" install in the setup program.
Some files are shared by Devart data providers. These assemblies are copied to the "\Program Files\Common Files\Devart\dotConnect\5.00\Net2\" folder. If you have several Devart data providers, make sure they use same version of the Devart.Data.dll assembly.
There are some limitations in Express Editions of Visual Studio. Particularly, the automatic toolbox components registration and Server Explorer integration are not available. You can, however, install components into toolbox manually as described below. As an exclusion, Visual Web Developer supports Server Explorer integration features.
dotConnect for DB2 installer is created with Inno Setup. Its standard setup command line parameters article is available at http://www.jrsoftware.org/ishelp/topic_setupcmdline.htm.
Also there are additional installation keys:
Example:
/TYPE=COMPACT /VERYSILENT /NOICONS
\Program Files\Devart\dotConnect\DB2\Uninstall\unins000.exe /VERYSILENT /NOFEEDBACK
Component name | Parameter |
---|---|
Visual Studio integration * | VsIntegration |
Support for ADO.NET Entity Framework | Entity |
Entity Developer | ModelerTool |
ASP.NET Web Providers | WebProviders |
SQL Server Business Intelligence Solutions | SSIS |
Enterprise Library Data Access Block | EntLib |
Sync Framework Support | SyncFramework |
Samples | Samples |
Help files | HelpFiles |
* You may use the "*VsIntegration" parameter (with asterisk) to integrate the provider to all the installed Visual Studio versions, which are supported by dotConnect for DB2. To install it only to Visual Studio 2010, for example, use "VsIntegration\VS2010" parameter.
dotConnect for DB2 components are automatically registered in Toolbox when you start the Visual Studio first time after successful installation of dotConnect for DB2. If automatic registration fails, do the following steps to install the components manually:
Since now dotConnect for DB2 components are available from toolbox.
Because of the IDE restrictions design time is not available.