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: getting-started/vs-integration/configure-project-wizard.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,15 +24,14 @@ The configuration wizard handles the following tasks:
24
24
25
25
The **Theme Selection** page enables you to change the [CSS theme]({%slug themes-built-in%}) of your Telerik UI for Blazor application.
26
26
27
-

28
-
29
27
After selecting the desired theme, click **Next** to navigate to the [Project Settings](#project-settings) page.
30
28
31
29
## Project Settings
32
30
33
-
The **Project Settings** page allows you to enable or disable the [Telerik UI CDN support]({%slug common-features-cdn%}). Note that this can affect the future [upgrade process of the theme]({%slug getting-started-vs-integration-new-project%}#step-3-configure-additional-project-settings).
31
+
The **Project Settings** page allows you to enable or disable:
34
32
35
-

33
+
* The [Telerik UI CDN support]({%slug common-features-cdn%}). Note that this can affect the future [upgrade process of the theme]({%slug upgrade-tutorial%}#upgrade-process).
34
+
* The [Font Icons]({%slug common-features-icons%}) in the project.
* Choose a particular version to add to the project.
74
+
* Configure additional project settings like:
75
+
* Load the required Telerik UI stylesheet and JS Interop file as [static assets]({%slug getting-started/what-you-need%}#css-theme-and-javascript-files) or from the [Telerik CDN]({%slug common-features-cdn%}).
* Use [font icons]({%slug common-features-icons%}) instead of the default SVG icons.
78
+
79
+
### Step 2: Select Theme
80
+
81
+
In this step, you can apply one of the available [themes]({%slug themes-built-in%}) to your project.
82
+
83
+
### Step 3: Create a Backup
84
+
85
+
You can choose to back up the project state before the conversion (in a folder called `<ProjectName>_Backup>_<timestamp>`).
72
86
73
87
## Troubleshooting
74
88
@@ -80,14 +94,10 @@ When converting a project, you may encounter the following most common issues:
80
94
81
95
### Error Screen
82
96
83
-
If you see an error screen similar to the one below, make sure that the actual Blazor application is selected in the Solution Explorer. This is most common with WebAssembly types of applications as they consist of a server and shared projects by default, and only the client project is the actual Blazor app that needs the Telerik components.
97
+
If you see an error screen in the wizard, make sure that you have selected the UI project in the Solution Explorer. For example, the Issue can occur in WebAssembly apps as they can include a Server and Shared projects, and only the Client project is the actual Blazor UI app that needs the Telerik components.
84
98
85
99
Some specific project settings can also cause an exception during conversion. The fastest solution is to [manually configure the project for the Telerik components]({%slug getting-started/what-you-need%}).
86
100
87
-
>caption Error screen when the project can't be converted
0 commit comments