Skip to content
2 changes: 1 addition & 1 deletion wpf/Themes/Theme-Studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ Provide the theme name, in which the theme should be exported, and select the re

![Add Theme as Project for Theme Export](ThemeStudio_images/ThemeStudio-Themes-Folder.png)

N> When running the exported project in .NET 8.0 or .NET 9.0 environments, you may encounter reference issues due to missing or incompatible assemblies. To resolve this, manually add references to the required assemblies from the appropriate framework installation path or NuGet packages. Refer path location: C:\Program Files (x86)\Syncfusion\Essential Studio\WPF\ {product version}\precompiledassemblies\ {targetframework}\
N> When running the exported project in .NET 8.0 or .NET 9.0 environments, you may encounter reference issues due to missing or incompatible assemblies. To resolve this, manually add references to the required assemblies from the appropriate framework installation path or NuGet packages. Refer path location: C:\Program Files (x86)\Syncfusion\Essential Studio\WPF\ {product version}\precompiledassemblies\ {target framework}\

### Generating theme assembly

Expand Down
19 changes: 18 additions & 1 deletion wpf/dotnet-core-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Below table represents the supported Syncfusion<sup>&reg;</sup> Essential Studio
<th>.NET 7.0<br/></th>
<th>.NET 8.0<br/></th>
<th>.NET 9.0<br/></th>
<th>.NET 10.0<br/></th>
</tr>

<tr>
Expand All @@ -32,6 +33,7 @@ Below table represents the supported Syncfusion<sup>&reg;</sup> Essential Studio
<td>No<br/></td>
<td>No<br/></td>
<td>No<br/></td>
<td>No<br/></td>
</tr>

<tr>
Expand All @@ -41,6 +43,7 @@ From 20.4 (2022 Vol4) <br/></td>
<td>No<br/></td>
<td>No<br/></td>
<td>No<br/></td>
<td>No<br/></td>
</tr>

<tr>
Expand All @@ -50,6 +53,7 @@ From 21.1 (2023 Vol1) <br/></td>
<td>Yes<br/></td>
<td>No<br/></td>
<td>No<br/></td>
<td>No<br/></td>
</tr>

<tr>
Expand All @@ -59,6 +63,7 @@ From 23.2 (2023 Vol3 SP) <br/></td>
<td>Yes<br/></td>
<td>Yes<br/></td>
<td>No<br/></td>
<td>No<br/></td>
</tr>

<tr>
Expand All @@ -68,6 +73,7 @@ From 27.2 (2024 Vol3 SP) <br/></td>
<td>Yes<br/></td>
<td>Yes<br/></td>
<td>Yes<br/></td>
<td>No<br/></td>
</tr>

<tr>
Expand All @@ -77,6 +83,17 @@ From 29.1 (2025 Vol1) <br/></td>
<td>No<br/></td>
<td>Yes<br/></td>
<td>Yes<br/></td>
<td>No<br/></td>
</tr>

<tr>
<td>
From 31.2 (2025 Vol3 SP) <br/></td>
<td>No<br/></td>
<td>No<br/></td>
<td>Yes<br/></td>
<td>Yes<br/></td>
<td>Yes<br/></td>
</tr>

</table>
Expand All @@ -92,7 +109,7 @@ You can add the Syncfusion<sup>&reg;</sup> assembly references in one of the fol

Refer [control dependencies](https://help.syncfusion.com/wpf/control-dependencies) section to know control and its NuGet to use in the application. After that, add the required NuGet as reference and then you can use the control from ToolBox. The ToolBox will show a list of available controls once you have installed the NuGet package.

Refer [NuGet package](https://help.syncfusion.com/wpf/visual-studio-integration/nuget-packages) section to find more details about installing the NuGet package in your application.
Refer [NuGet package](https://help.syncfusion.com/extension/syncfusion-nuget-packages/nuget-packages) section to find more details about installing the NuGet package in your application.

### Adding assembly references from installed location

Expand Down
3 changes: 1 addition & 2 deletions wpf/samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ N> To run the individual control demos, please refer the instruction from [Runni

## Online Samples

* Download and install `.NetCore` demos from [App Center](https://install.appcenter.ms/orgs/syncfusion-demos/apps/wpf-demos/distribution_groups/release).
* Download and install `.Net Framework` demos from [Microsoft Store](https://www.microsoft.com/en-us/p/syncfusion-wpf-controls-examples/9n99kdhrff6g?activetab=pivot:overviewtab).
* Download and install `.Net Framework` demos from [Microsoft Store](https://apps.microsoft.com/detail/9n99kdhrff6g?hl=en-US&gl=US).

## Download demos from online (Clone from github repository)

Expand Down