Install Siticone UI Library

This guide walks you through the easy installation of the Siticone UI Library for Siticone NetFrameworkUI or Siticone NetCoreUI.

Important Installation Steps

After installing the Siticone UI library, follow these steps to ensure proper functionality:

Step

Action

Description

1

Rebuild the Project

After adding the DLL, perform a full Rebuild (Build > Rebuild Solution) to ensure all dependencies are properly linked.

2

Check Licensing UI

If the Licensing UI displays errors, follow the next steps to resolve the issue.

3

Remove License Settings Component

Delete the License Settings Component from your form.

4

Rebuild the Project(s) Again

Perform another Rebuild of the entire solution to refresh settings.

5

Reopen License Settings

Open the License Settings UI and configure your license settings as needed.


Troubleshooting Tips

Issue

Solution

Activation errors appear

Remove the License Settings Component, rebuild the project, then reopen the Licensing UI.

Licensing UI fails to load

Ensure you have rebuilt the solution after installing the DLL. If issues persist, remove the component, rebuild, and add it back.

License validation failure

Verify your internet connection and that you are using the correct license key. Try restarting Visual Studio and rebuilding the project.

Other unexpected errors

Clear the bin and obj folders, then rebuild the project. Also, check for conflicting dependencies.

Following these steps will help you resolve common issues and ensure smooth integration of the library into your project.

Below are the additional steps to install your library of you want to learn how to do so:

How to Install Siticone UI Libraries via NuGet on Visual Studio IDE 2022

The keyword to search for is: Siticone and our products have a green and black logo.

Installation

Follow these steps to install the Siticone UI Libraries in Visual Studio IDE:

Step

Title

Instructions / Details

1

Open Your Project

Launch Visual Studio 2022 and open your WinForms project. Ensure your project targets either .NET Framework 4.8+ or .NET 8+ (depending on the library you plan to use).

2

Open the NuGet Package Manager

Navigate to the Tools menu and select NuGet Package Manager > Manage NuGet Packages for Solution...Alternatively, right-click your project in the Solution Explorer and choose Manage NuGet Packages.

3

Search for Siticone Libraries

In the Browse tab of the NuGet Package Manager, type Siticone into the search bar.A list of Siticone libraries will appear.

4

Select the Appropriate Library

For .NET Framework 4.8+, select Siticone.NetFramework.UI and for .NET 8+, select Siticone.NetCore.UI

5

Install the Library

Click on the desired library from the search results and then click the Install button on the right-hand side.Review the license agreement and proceed with the installation.

Here are the images for guidance:

For demonstration purposes, we have selected Siticone.NetFramework.UI and chose to install it.

Step 6: Verify Installation

  • After installation, rebuild your project and ensure that the Siticone components appears in the Toolbox section of your project, and the Siticone Library appears in the Dependencies section of your project in Solution Explorer..

  • You’re now ready to start using Siticone components in your project!

Step 7: Start Building

Explore the documentation to learn how to implement the Siticone controls and unleash their full potential in your applications.

That’s it! You’ve successfully installed your library, happy creating!🎉

Last updated