diff --git a/wpf/Themes/Theme-Studio.md b/wpf/Themes/Theme-Studio.md index 7177c182a..bb194adbc 100644 --- a/wpf/Themes/Theme-Studio.md +++ b/wpf/Themes/Theme-Studio.md @@ -274,13 +274,13 @@ 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) -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`. +Until version 31.2.2, while exporting themes from Theme Studio, separate projects were created for each framework. Starting with version 31.2.12, 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`. When opening the exported theme project, the `.NET Framework 4.6.2` will be selected by default. -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. +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: [ ..\ {exported theme}\targets\MultiTargeting.targets ].This will resolve any compilation issues caused by missing frameworks. -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} +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} ![Add Reference Path for Exported Theme Projects](ThemeStudio_images/Reference_Path.png) diff --git a/wpf/Themes/ThemeStudio_images/Reference_Path.png b/wpf/Themes/ThemeStudio_images/Reference_Path.png index 9d7b97a5a..5ddc41d17 100644 Binary files a/wpf/Themes/ThemeStudio_images/Reference_Path.png and b/wpf/Themes/ThemeStudio_images/Reference_Path.png differ diff --git a/wpf/samples.md b/wpf/samples.md index aff49a7df..9c26969f1 100644 --- a/wpf/samples.md +++ b/wpf/samples.md @@ -49,7 +49,7 @@ All the sample browser projects are configured as single SDK-style projects that 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. +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: [..\WPF\31.2.12\SampleBrowser\targets\MultiTargeting.targets] as shown in the image below. ![WPF TargetFrameworks](Guidetorunthesamples_images/TargetFrameworks-wpf.jpg)