Skip to content

Commit a04ec80

Browse files
chore(vsx): troubleshooting the convert wizard
1 parent 0d03e38 commit a04ec80

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

getting-started/vs-integration/convert-project-wizard.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,11 @@ To get a better understanding of what the wizard does for you, see either of the
5050

5151
## Troubleshooting
5252

53-
There are two common problems when converting a project:
53+
There are three common problems when converting a project:
5454

5555
* The convertion wizard fails with an [error screen](#error-screen)
5656
* The [Telerik components do not work](#components-fail) after you run the converted project
57+
* [Extra Shared Folder Appears](#extra-shared-folder)
5758

5859
### Error Screen
5960

@@ -78,6 +79,13 @@ The most common reason for this problem is a mismatch between the installed vers
7879
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.
7980

8081

82+
### Extra Shared Folder
83+
84+
You may get a `Shared` folder that contains a file `TelerikLayout.razor` in an unexpected place in the project. This can happen when a folder in the project was selected instead of the project itself, when running the convert wizard.
85+
86+
The fix is to simply move the `TelerikLayout.razor` file to the original `Shared` folder of your project, next to the `MainLayout.razor` file.
87+
88+
8189

8290
## See Also
8391

Loading

0 commit comments

Comments
 (0)