diff --git a/wpf/Guidetorunthesamples_images/TargetFrameworks-wpf.jpg b/wpf/Guidetorunthesamples_images/TargetFrameworks-wpf.jpg new file mode 100644 index 0000000000..fbfb404bfe Binary files /dev/null and b/wpf/Guidetorunthesamples_images/TargetFrameworks-wpf.jpg differ diff --git a/wpf/Themes/Theme-Studio.md b/wpf/Themes/Theme-Studio.md index 1970278fb6..7177c182a9 100644 --- a/wpf/Themes/Theme-Studio.md +++ b/wpf/Themes/Theme-Studio.md @@ -274,40 +274,21 @@ 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}\ +Until version 31.2.2, while exporting themes from Theme Studio, separate projects were created for each framework. Starting with version 31.2.9, themes are exported as a single SDK-style project that supports multiple frameworks: `.NET Framework 4.6.2`, `.NET 8.0`, `.NET 9.0`, and `.NET 10`. -### Generating theme assembly +When opening the exported theme project, the `.NET Framework 4.6.2` will be selected by default. -Let us see the step-by-step procedure for ensuring theme assembly generation for exported theme projects. +If any of the supported frameworks (`.NET Framework 4.6.2`, `.NET 8.0`, `.NET 9.0`, or `.NET 10`) are not installed on your machine, you can remove the unavailable framework from the `` tag in the `MultiTargeting.targets` file located at: [ D:\Windows11Light\targets\MultiTargeting.targets ].This will resolve any compilation issues caused by missing frameworks. -**Step 1** +When running the exported single SDK-style theme project, you may encounter reference issues due to missing or incompatible assemblies across the targeted frameworks (4.6.2, .NET 8.0, .NET 9.0, and .NET 10). To resolve this, update the product version in the path specified in the `` tag of the exported .csproj theme project to match the installed product version, as shown in the image below. Reference path: C:\Program Files (x86)\Syncfusion\Essential Studio\WPF\{product version} -The following exported theme project should be attached to corresponding target frameworks used in the WPF application. +![Add Reference Path for Exported Theme Projects](ThemeStudio_images/Reference_Path.png) - - - - - - - - - - - -
-Target Framework -Solution Project
-.Net 9.0 -Syncfusion.Themes.Windows11LightYellow.WPF_NET90.csproj
-.Net 8.0 -Syncfusion.Themes.Windows11LightYellow.WPF_NET80.csproj
-.Net Framework 4.6.2 -Syncfusion.Themes.Windows11LightYellow.WPF_2017.csproj
+### Generating theme assembly -**Step 2** +Let us see the procedure for ensuring theme assembly generation for exported theme projects. -Rebuild the exported theme project in `Release` mode to generate the theme assembly. +Rebuild the exported single SDK-Style theme project in `Release` mode to generate the theme assembly. The export theme project has default `ThemeStudio.snk` key pair. If it is not required, use the already created private key pair by referring to the export theme project inside the application properties or [Create a new key pair](https://docs.microsoft.com/en-us/dotnet/standard/assembly/create-public-private-key-pair) using Visual Studio if the private key pair was not created externally. diff --git a/wpf/Themes/ThemeStudio_images/Reference_Path.png b/wpf/Themes/ThemeStudio_images/Reference_Path.png new file mode 100644 index 0000000000..9d7b97a5ac Binary files /dev/null and b/wpf/Themes/ThemeStudio_images/Reference_Path.png differ diff --git a/wpf/Themes/ThemeStudio_images/ThemeStudio-Themes-Folder.PNG b/wpf/Themes/ThemeStudio_images/ThemeStudio-Themes-Folder.PNG index 66131996de..4d6e0464e1 100644 Binary files a/wpf/Themes/ThemeStudio_images/ThemeStudio-Themes-Folder.PNG and b/wpf/Themes/ThemeStudio_images/ThemeStudio-Themes-Folder.PNG differ diff --git a/wpf/dotnet-core-compatibility.md b/wpf/dotnet-core-compatibility.md index 264d49bb0d..f9eb111e88 100644 --- a/wpf/dotnet-core-compatibility.md +++ b/wpf/dotnet-core-compatibility.md @@ -24,6 +24,7 @@ Below table represents the supported Syncfusion® Essential Studio .NET 7.0
.NET 8.0
.NET 9.0
+.NET 10.0
@@ -32,6 +33,7 @@ Below table represents the supported Syncfusion® Essential Studio No
No
No
+No
@@ -41,6 +43,7 @@ From 20.4 (2022 Vol4)
No
No
No
+No
@@ -50,6 +53,7 @@ From 21.1 (2023 Vol1)
Yes
No
No
+No
@@ -59,6 +63,7 @@ From 23.2 (2023 Vol3 SP)
Yes
Yes
No
+No
@@ -68,6 +73,7 @@ From 27.2 (2024 Vol3 SP)
Yes
Yes
Yes
+No
@@ -77,6 +83,17 @@ From 29.1 (2025 Vol1)
No
Yes
Yes
+No
+ + + + +From 31.2 (2025 Vol3 SP)
+No
+No
+Yes
+Yes
+Yes
@@ -92,7 +109,7 @@ You can add the Syncfusion® 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 diff --git a/wpf/samples.md b/wpf/samples.md index e96cb9bc84..aff49a7dfe 100644 --- a/wpf/samples.md +++ b/wpf/samples.md @@ -45,12 +45,21 @@ To explore any individual showcase sample from the `Syncfusion® W ![Exploring Syncfusion WPF Showcase Samples](Guidetorunthesamples_images/Exploring-syncfusion-wpf-Showcase-sample.PNG) +All the sample browser projects are configured as single SDK-style projects that support multiple frameworks: `.NET Framework 4.6.2`, `.NET 8.0`, `.NET 9.0`, and `.NET 10`. + +When you click the `Explore Demo Source` button, the `net10.0-windows` entry will be automatically removed from the targets file if .NET 10 is not installed on your machine, preventing any compilation errors. + +To use the `.NET 10 framework`, install the required SDK and add `net10.0-windows` to the `` tag in the `MultiTargeting.targets` file located at the Samples Location: D:\WPF31.2.9\WPF\31.2.9\SampleBrowser\targets\MultiTargeting.targets as shown in the image below. + +![WPF TargetFrameworks](Guidetorunthesamples_images/TargetFrameworks-wpf.jpg) + +If you don’t have other frameworks installed and encounter compilation issues as a result, you can remove the unsupported framework from the `` tag in the same file and retain only the available ones to resolve the issue. + N> To run the individual control demos, please refer the instruction from [Running Individual Control Demos](https://github.com/syncfusion/wpf-demos#running-individual-control-demos). ## 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)