Add ADO.NET Accelerator references to your project

You need to add references to the assemblies used by the ADO.NET Accelerator software.

  1. Right-click the Demo project's root located in the Solution Explorer.
  2. From the context menu select 'Add Reference'.
  3. From the popup window select the 'Browse' tab sheet. Search the SqlNetFramework.Core.dll assembly, select it and click Ok.

Note: The default location of the SqlNetFramework assemblies for .NET 2.0 is [Program Files]/SqlNetFramework/SqlNetFramework 1.0/bin. If you are working with .NET 1.0 or .NET 1.1 then the SqlNetFramework assemblies are located in the v1.0 and v1.1 subdirectories, respectively.

Next: Specify the application type