You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wpf/Themes/Theme-Studio.md
+8-27Lines changed: 8 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -274,40 +274,21 @@ Provide the theme name, in which the theme should be exported, and select the re
274
274
275
275

276
276
277
-
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}\
277
+
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`.
278
278
279
-
### Generating theme assembly
279
+
When opening the exported theme project, the `.NET Framework 4.6.2` will be selected by default.
280
280
281
-
Let us see the step-by-step procedure for ensuring theme assembly generation for exported theme projects.
281
+
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 `<TargetFrameworks>` tag in the `MultiTargeting.targets` file located at: [ D:\Windows11Light\targets\MultiTargeting.targets ].This will resolve any compilation issues caused by missing frameworks.
282
282
283
-
**Step 1**
283
+
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 `<SyncfusionInstallLocation>` 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}
284
284
285
-
The following exported theme project should be attached to corresponding target frameworks used in the WPF application.
285
+

Let us see the procedure for ensuring theme assembly generation for exported theme projects.
309
290
310
-
Rebuild the exported theme project in `Release` mode to generate the theme assembly.
291
+
Rebuild the exported single SDK-Style theme project in `Release` mode to generate the theme assembly.
311
292
312
293
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.
Copy file name to clipboardExpand all lines: wpf/dotnet-core-compatibility.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ Below table represents the supported Syncfusion<sup>®</sup> Essential Studio
24
24
<th>.NET 7.0<br/></th>
25
25
<th>.NET 8.0<br/></th>
26
26
<th>.NET 9.0<br/></th>
27
+
<th>.NET 10.0<br/></th>
27
28
</tr>
28
29
29
30
<tr>
@@ -32,6 +33,7 @@ Below table represents the supported Syncfusion<sup>®</sup> Essential Studio
32
33
<td>No<br/></td>
33
34
<td>No<br/></td>
34
35
<td>No<br/></td>
36
+
<td>No<br/></td>
35
37
</tr>
36
38
37
39
<tr>
@@ -41,6 +43,7 @@ From 20.4 (2022 Vol4) <br/></td>
41
43
<td>No<br/></td>
42
44
<td>No<br/></td>
43
45
<td>No<br/></td>
46
+
<td>No<br/></td>
44
47
</tr>
45
48
46
49
<tr>
@@ -50,6 +53,7 @@ From 21.1 (2023 Vol1) <br/></td>
50
53
<td>Yes<br/></td>
51
54
<td>No<br/></td>
52
55
<td>No<br/></td>
56
+
<td>No<br/></td>
53
57
</tr>
54
58
55
59
<tr>
@@ -59,6 +63,7 @@ From 23.2 (2023 Vol3 SP) <br/></td>
59
63
<td>Yes<br/></td>
60
64
<td>Yes<br/></td>
61
65
<td>No<br/></td>
66
+
<td>No<br/></td>
62
67
</tr>
63
68
64
69
<tr>
@@ -68,6 +73,7 @@ From 27.2 (2024 Vol3 SP) <br/></td>
68
73
<td>Yes<br/></td>
69
74
<td>Yes<br/></td>
70
75
<td>Yes<br/></td>
76
+
<td>No<br/></td>
71
77
</tr>
72
78
73
79
<tr>
@@ -77,6 +83,17 @@ From 29.1 (2025 Vol1) <br/></td>
77
83
<td>No<br/></td>
78
84
<td>Yes<br/></td>
79
85
<td>Yes<br/></td>
86
+
<td>No<br/></td>
87
+
</tr>
88
+
89
+
<tr>
90
+
<td>
91
+
From 31.2 (2025 Vol3 SP) <br/></td>
92
+
<td>No<br/></td>
93
+
<td>No<br/></td>
94
+
<td>Yes<br/></td>
95
+
<td>Yes<br/></td>
96
+
<td>Yes<br/></td>
80
97
</tr>
81
98
82
99
</table>
@@ -92,7 +109,7 @@ You can add the Syncfusion<sup>®</sup> assembly references in one of the fol
92
109
93
110
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.
94
111
95
-
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.
112
+
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.
96
113
97
114
### Adding assembly references from installed location
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`.
49
+
50
+
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.
51
+
52
+
To use the `.NET 10 framework`, install the required SDK and add `net10.0-windows` to the `<TargetFrameworks>` 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.
If you don’t have other frameworks installed and encounter compilation issues as a result, you can remove the unsupported framework from the `<TargetFrameworks>` tag in the same file and retain only the available ones to resolve the issue.
57
+
48
58
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).
49
59
50
60
## Online Samples
51
61
52
-
* Download and install `.NetCore` demos from [App Center](https://install.appcenter.ms/orgs/syncfusion-demos/apps/wpf-demos/distribution_groups/release).
53
-
* Download and install `.Net Framework` demos from [Microsoft Store](https://www.microsoft.com/en-us/p/syncfusion-wpf-controls-examples/9n99kdhrff6g?activetab=pivot:overviewtab).
62
+
* Download and install `.Net Framework` demos from [Microsoft Store](https://apps.microsoft.com/detail/9n99kdhrff6g?hl=en-US&gl=US).
54
63
55
64
## Download demos from online (Clone from github repository)
0 commit comments