• Loading...
Atp UltimateEmailValidator
Installation instructions for VB
Send comments on this topic to ATP, Inc.
Installation Instructions > Installation instructions for VB

Glossary Item Box

The Atp Component Installer copies all necessary files into the product's installation folder. The next step to do to begin using Atp's components is to add the appropriate assemblies to your project. Follow the steps below to to this.

Creating a new C# Project

  1. Start Visual Studio 2005, 2008 or 2010.
  2. Select File->New->Project.
  3. Under "Project Type", select "Visual Basic > Windows".
  4. Enter the name of the project you want to create and the location where it will be created.
  5. Click on the "OK" button to create.

Adding appropriates assemblies to your project

  1. Select the "Add Reference" option from your "Project" menu. This can also be done by opening the Project Property window, selecting the "References" tab and clicking on the "Add..." button.
  2. Select the ".NET" tab in the "Add Reference" dialog.
  3. Select Atp.EmailValidator.dll, Atp.Common.dll, and Atp.Network.dll from the list.
  4. Click on the "OK" button.

Now you can add using directives to your code to create aliases for existing namespaces and avoid having to type the fully qualified type names.

VB.NET Copy Code
Imports Atp.Net
Atp is a Microsoft Partner. Our components are compatible with Windows 7 and optimized for Visual Studio