Skip to content

Commit cf2ff32

Browse files
committed
Updated ThemeStudio UG Notes
1 parent 4c44a6e commit cf2ff32

File tree

3 files changed

+5
-30
lines changed

3 files changed

+5
-30
lines changed

wpf/Themes/Theme-Studio.md

Lines changed: 5 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -274,40 +274,15 @@ Provide the theme name, in which the theme should be exported, and select the re
274274

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

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+
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}
278278

279-
### Generating theme assembly
280-
281-
Let us see the step-by-step procedure for ensuring theme assembly generation for exported theme projects.
282-
283-
**Step 1**
284-
285-
The following exported theme project should be attached to corresponding target frameworks used in the WPF application.
279+
![Add Reference Path for Exported Theme Projects](ThemeStudio_images/Reference_Path.png)
286280

287-
<table>
288-
<tr>
289-
<th>
290-
Target Framework</th><th>
291-
Solution Project</th></tr>
292-
<tr>
293-
<td>
294-
.Net 9.0</td><td>
295-
Syncfusion.Themes.Windows11LightYellow.WPF_NET90.csproj </td>
296-
</tr>
297-
<tr>
298-
<td>
299-
.Net 8.0</td><td>
300-
Syncfusion.Themes.Windows11LightYellow.WPF_NET80.csproj </td>
301-
</tr>
302-
<tr>
303-
<td>
304-
.Net Framework 4.6.2</td><td>
305-
Syncfusion.Themes.Windows11LightYellow.WPF_2017.csproj </td></tr>
306-
</table>
281+
### Generating theme assembly
307282

308-
**Step 2**
283+
Let us see the procedure for ensuring theme assembly generation for exported theme projects.
309284

310-
Rebuild the exported theme project in `Release` mode to generate the theme assembly.
285+
Rebuild the exported single SDK-Style theme project in `Release` mode to generate the theme assembly.
311286

312287
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.
313288

61 KB
Loading
-11.5 KB
Loading

0 commit comments

Comments
 (0)