Skip to content

Commit 0bf90e0

Browse files
committed
Sync with Kendo UI Professional
1 parent 6871819 commit 0bf90e0

32 files changed

+232
-79
lines changed

docs-aspnet/_config-mvc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ knowledge-base/grid-export-parent-and-all-detail-grids-to-excel.md,
7373
html-helpers/data-management/grid/binding/local.md,
7474
knowledge-base/vs-2015-support.md,
7575
knowledge-base/trial-to-commercial-license-troubleshooting.md,
76+
knowledge-base/vs-code-extension-issues.md,
7677
html-helpers/helper-basics/fundamentals.md,
7778
html-helpers/data-management/filemanager/binding/razor-page.md,
7879
html-helpers/datasource/razor-page.md,
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
title: Handling Visual Studio Code Extension Issues
3+
description: Learn how to handle issues when using Telerik UI for ASP.NET Core Productivity Tools extension for Visual Studio Code.
4+
type: troubleshooting
5+
page_title: Visual Studio Code Extension Issues
6+
slug: vs-code-extension-issues
7+
tags: vscode, extension, troubleshooting
8+
res_type: kb
9+
---
10+
11+
## Environment
12+
13+
<table>
14+
<tr>
15+
<td>Product</td>
16+
<td>Telerik UI for ASP.NET Core Productivity Tools</td>
17+
</tr>
18+
</table>
19+
20+
## Description
21+
22+
I cannot create a new project through the template wizard of the Telerik UI for ASP.NET Core Productivity Tools extension for Visual Studio Code, or the extension does not work as expected. How can I solve the issue?
23+
24+
## Solution
25+
26+
If the extension does not work right (missing pages, not starting, and more), follow the next steps to clean up the cache files and get it working again:
27+
28+
1. Uninstall the extension from VS Code.
29+
2. Go to the extensions templates cache folder and delete the `CoreT` folder (this is where the cache for the Telerik extensions is stored):
30+
* on Windows, open `%localappdata%`
31+
* on Mac, open `/Users/[user_name]/.local/share/`
32+
3. [Install](https://marketplace.visualstudio.com/items?itemName=TelerikInc.aspnetcoretemplatewizard) the extension again.
33+
34+
If you see `Response status code does not indicate success: 401 (Logon failed.).`, then the `Nuget.Config` file in `%APPDATA%\NuGet` may contain invalid credentials or keys. For more information, refer to the [Installing with NuGet]({% slug nuget_install_aspnetmvc6_aspnetmvc %}#setup-with-nuget-cli) or [NuGet Setup with CLI]({% slug gettingstartedcli_aspnetmvc6_aspnetmvc %}#integrating-ui-for-aspnet-core) articles.
35+
36+
37+
## More {{ site.framework }} Resources
38+
39+
* [Telerik UI for ASP.NET Core Productivity Tools Extension](https://marketplace.visualstudio.com/items?itemName=TelerikInc.aspnetcoretemplatewizard)
40+
41+
* [Telerik UI for ASP.NET Core Visual Studio Code Integration Documentation]({%slug overview-vs-code-integration%})
42+
43+
* [{{ site.product }} Product Page](https://www.telerik.com/aspnet-core-ui/)
44+
45+
* [{{ site.product }} Video Onboarding Course (Free for trial users and license holders)]({%slug virtualclass_uiforcore%})
46+
47+
* [Telerik UI for {{ site.framework }} Forums](https://www.telerik.com/forums/aspnet-core-ui)
48+
49+
## See Also
50+
51+
* [Telerik UI for {{ site.framework }} Breaking Changes]({%slug breakingchanges_2023%})
52+
* [Telerik UI for {{ site.framework }} Knowledge Base](https://docs.telerik.com/{{ site.platform }}/knowledge-base)
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)