AddToProject

Follow these instructions in order to import the C# SDK into your project.

Steps to add the C# SDK to your Visual Studio project from your computer

  1. From your [Install Dir]/[Platform]/[build version]/lib directory, drall all of the files to the root of the project (Where [Install Dir] is the directory chosen during the installation process, [Platform] is the desired platform, and [build version] corresponds to the desired build).

  2. Open your Visual Studio project.

  3. Click Project > Add Reference....

  4. Select Browse....

  5. Navigate to the root of the project and select the files added there from step 1.

  6. Select all the files in the lib folder.

  7. Click Add to complete adding the C# SDK to your project.

  8. Make sure the ".dlls" are in the C# native library path (Typically, they are in the reference folder of your project).

Steps to add the C# SDK to your Visual Studio project from NuGet

  1. Open your Visual Studio project.

  2. Click Project > Manage NuGet Packages....

  3. Select the Browse tab.

  4. Set your Package source to nuget.org.

  5. Search for Zebra.Printer.SDK.

  6. Select Zebra.Printer.SDK from the list.

  7. Click Install.