Skip to content

EXT-175791 #860

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions wpf/Visual-Studio-Integration/Add-Item.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ The following steps will guide you to add the Syncfusion WPF Components to your

1. Open a new or existing WPF application.

**Option 1:**
**Option 1:**

2. From the **Solution Explorer, right-click** on the WPF application. Choose **Add Syncfusion Item...**.

![Choose Add Syncfusion Item option from right click project](Add-Item-images/Add-syncfusion-item.png)

**Option 2:**
**Option 2:**

3. Click **Extensions > Essential Studio for WPF > Add Syncfusion Item…** in Visual Studio.

Expand All @@ -39,11 +39,11 @@ The following steps will guide you to add the Syncfusion WPF Components to your

![Syncfusion WPF Item template Components](Add-Item-images/Add-syncfusion-ui.png)

5. Select the WPF Components from the Component list within your WPF Item Template. The features associated with the selected Component will be presented. From here, choose the specific features that are essential for your project.
5. Select the WPF Components from the Component list within your WPF Item Template. The features associated with the selected Component will be presented. From here, choose the specific features that are essential for your project.

6. Choose an assembly reference option such as GAC location, Essential Studio installed location, or NuGet packages to specify where the required Syncfusion assemblies are added to the project.
6. Choose an assembly reference option such as GAC location, Essential Studio installed location, or NuGet packages to specify where the required Syncfusion assemblies are added to the project.

N> If the Syncfusion Essential WPF build is installed, the Installed location and GAC options will be enabled. Without installing the Syncfusion Essential WPF setup, use the NuGet option. The GAC option will not be available when using the Syncfusion WPF Components in a .NET Core application. The Version drop-down lists the installed WPF versions.
N> If the Syncfusion Essential WPF build is installed, the Installed location and GAC options will be enabled. Without installing the Syncfusion Essential WPF setup, use the NuGet option. The GAC option will not be available when using the Syncfusion WPF Components in a .NET Core application. The Version drop-down lists the installed WPF versions.

7. Click **Add**, and a pop-up will appear providing information about adding Component **files** and **NuGet/Assemblies** details.

Expand All @@ -53,6 +53,6 @@ N> If the Syncfusion Essential WPF build is installed, the Installed location an

![Syncfusion WPF Item template Gallery](Add-Item-images/Add-syncfusion-item-details.png)

9. Then, Syncfusion licensing registration required message box will be shown if you installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-generate-syncfusion-license-key), which is shown in the licensing message box to generate and register the Syncfusion license key to your project. Refer to this [blog](https://blog.syncfusion.com/post/Whats-New-in-2018-Volume-2-Licensing-Changes-in-the-1620x-Version-of-Essential-Studio.aspx) post for understanding the licensing changes introduced in Essential Studio.
9. Then, Syncfusion licensing registration required message box will be shown if you installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/ licensing/license-key#how-to-generate-syncfusion-license-key), which is shown in the licensing message box to generate and register the Syncfusion license key to your project. Refer to this [blog](https://blog.syncfusion.com/post/Whats-New-in-2018-Volume-2-Licensing-Changes-in-the-1620x-Version-of-Essential-Studio.aspx) post for understanding the licensing changes introduced in Essential Studio.

![Syncfusion WPF Item template Gallery](Add-Item-images/LicensePage.png)
6 changes: 3 additions & 3 deletions wpf/Visual-Studio-Integration/Template-Studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ Create the Syncfusion WPF project using the Visual Studio Project Template by fo

![Syncfusion WPF app features selection wizard](Template-Studio-Images/WPF-7.png)

**Project Details Section**
**Project Details Section**

In the **Project Details** section, you can modify configurations and project types. Additionally, you can remove one or more controls from the selected list and remove the chosen application feature.
In the **Project Details** section, you can modify configurations and project types. Additionally, you can remove one or more controls from the selected list and remove the chosen application feature.

![Syncfusion WPF project details selection and unselection wizard](Template-Studio-Images/WPF-8.png)
![Syncfusion WPF project details selection and unselection wizard](Template-Studio-Images/WPF-8.png)

9. Click **Create** to initiate the process. This action generates the Syncfusion WPF application. The resulting Syncfusion WPF app has the necessary Syncfusion NuGet packages, styles, and rendering code specific to the chosen Syncfusion component.

Expand Down