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: _contentTemplates/common/general-info.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,4 +60,14 @@ You can reference the built-in Telerik assets from a cloud CDN instead of a loca
60
60
61
61
>note We are considering a better CDN option for the themes. Until then, you can use the unpkg workaround above, or local dependency management as described below.
62
62
63
+
#end
64
+
65
+
66
+
67
+
#vsx-download
68
+
You can get them from the:
69
+
70
+
*[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=TelerikInc.TelerikBlazorVSExtensions)
71
+
*[Telerik UI for Blazor automated installer]({%slug installation/msi%})
Copy file name to clipboardExpand all lines: getting-started/vs-integration/convert-project-wizard.md
+37Lines changed: 37 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,14 @@ This article demonstrates how to enable the Progress® Telerik® UI for Bl
12
12
13
13
To add the Telerik Components to you existing Blazor application, use the use the **Convert Project Wizard**. The wizard detects all installed versions of Telerik UI for Blazor and lists them in the **Version** combobox—this enables you to start your project with the desired version. You can also [get the latest version]({%slug getting-started-vs-integration-latest-version%}) to make sure you are up to date.
14
14
15
+
## Get the Wizard
16
+
17
+
To use the **Convert Project Wizard**, install the Telerik UI for Blazor Visual Studio Extensions. @[template](/_contentTemplates/common/general-info.md#vsx-download)
18
+
19
+
20
+
21
+
## Start the Wizard
22
+
15
23
To start the wizard, do the following:
16
24
17
25
1. In the **Solution Explorer**, select the Blazor app you want to add the Telerik components to (either WebAssembly, or Server-side Blazor)
@@ -40,6 +48,35 @@ To get a better understanding of what the wizard does for you, see either of the
40
48
*[Getting Started with Server-side apps]({%slug getting-started/server-side%})
41
49
*[Overview of what you need]({%slug getting-started/what-you-need%})
42
50
51
+
## Troubleshooting
52
+
53
+
There are two common problems when converting a project:
54
+
55
+
* The convertion wizard fails with an [error screen](#error-screen)
56
+
* The [Telerik components do not work](#components-fail) after you run the converted project
57
+
58
+
### Error Screen
59
+
60
+
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 WebAssemly 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.
61
+
62
+
In case the automation fails for other reasons and you see an exception dialog message from the Telerik extensions, it is likely that something a bit peculiar is happening with the particular project and you would have to perform the steps by hand. There are only three, and you can find them in the [What You Need]({%slug getting-started/what-you-need%}) article.
63
+
64
+
>caption Error screen when the project can't be converted
* There are JavaScript errors that Telerik objects cannot be found
75
+
76
+
The most common reason for this problem is a mismatch between the installed version and the actual license that you have. For example, the wizard did not properly detect it, or there is only a Trial version installed, but already have a license, but simply never installed the new version.
77
+
78
+
At its root, the problem stems from wrong paths to the needed web assets and you can easily fix it by opening your index file (`wwwroot/index.html` for a WebAssembly app, and `Pages/_Host.cshtml` for a server-side Blazor app) - the wizard has left comments in the `<head>` near the Telerik assets that show the correct paths for a trial and commercial license.
Copy file name to clipboardExpand all lines: getting-started/vs-integration/new-project-wizard.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,13 @@ This article demonstrates how to create a new application that has the Progress&
12
12
13
13
To create a new Telerik UI for Blazor application, use the **Create New Project Wizard**. The wizard detects all installed versions of Telerik UI for Blazor and lists them in the **Version** combobox—this enables you to start your project with the desired version. You can also [get the latest version]({%slug getting-started-vs-integration-latest-version%}) to make sure you are up to date.
14
14
15
+
## Get the Wizard
16
+
17
+
To use the **Create New Project Wizard**, install the Telerik UI for Blazor Visual Studio Extensions. @[template](/_contentTemplates/common/general-info.md#vsx-download)
18
+
19
+
20
+
## Start the Wizard
21
+
15
22
To start the wizard, use either of the following approaches:
0 commit comments