Skip to content

Setup

  1. Download

    Download and install the .NET demo from here.

    This package contains the most recent TaxControls .NET component, and two demo applications. You’ll need Microsoft Visual in order to follow this tutorial, as we will use the command-line tools available with Visual Studio.

  2. Set Environment

    Open a command-line window by type ‘cmd’ in the Windows search textbox. The best match should say “Command Prompt”. Clicking on “Open” in the right panel should open a prompt window.

    Find and run the compiler batch setup file in the Visual Studio installation directory. A typical location would be “C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat”

  3. Test

    Type the following line to ensure that your environment is set up correctly (you should see help info for the C# compiler as output):

Terminal window
csc /?

For subsequent tutorial steps, you’ll need to copy the TaxControls.dll and demo.tax files into your source directory.