This article describes how to install the SystemWeaver.Connection NuGet Package using Visual Studio. 


Prerequisites

  • Visual Studio with the .NET Desktop Development workload
  • SystemWeaver.Connection is only compatible with .NET Framework. The Client API is also available for use in .NET Core for .NET Standard solutions.


1. Create a new project or open an existing one where you want to use the SystemWeaver.Connection API.

2. Next, use one of the following options for installing.

Option 1

  1. Go to Tools > NuGet Package Manager > Manage NuGet Packages for Solution...
  2. Click Browse.
  3. Search for SystemWeaver, select the version you need of SystemWeaver.Connection or SystemWeaver.Connection.Core, and install it in your project. Be sure to select the version that is compatible with the version of SystemWeaver you are running.

    SystemWeaver VersionNuget Version
    Lunden R45 (1.54.1.18823)
    For 1.54.1.18822, the files are supplied to customers in product delivery. 
    1.54.1.18823
    Kviberg R44 (1.54.1.17139)
    For 1.54.0.17065, the files are supplied to customers in product delivery.
    1.54.1.17139
    Olskroken R43 (1.54.0.14269)
    For 1.54.0.14268, the files are supplied to customers in product delivery.
    1.54.0.14269
    Bagaregården R42 (1.53.3.12302)
    For 1.53.3.12300, the files are supplied to customers in product delivery.
    1.53.3.12302
    Gårda R41 (1.53.2.10436)
    For 1.53.2.10435, the files are supplied to customers in product delivery. 
    1.53.2.10436
    R40 (1.53.1.9138)
    For 1.53.1.9122, the files are supplied to customers in product delivery.
    1.53.1.9138
    R39 (1.53.1.7994)
    For 1.53.0.7832, the files are supplied to customers in product delivery.
    1.53.1.7994


Option 2

  1. Open the package manager console and type "Install-Package SystemWeaver.Connection"


You are now ready to use the API. For more information about the API, see Introduction to the SystemWeaver API in C#

If you installed the API via NuGet, skip to step 2.


Known Issue

It is currently not possible to retrieve icons using the Nuget package. To do this, you would need to use the SystemWeaverClientApi.dll.