Skip to content

Commit cd1c2e9

Browse files
NikolayMishevNikolayMishev
authored andcommitted
Rework Visual Studio Integration Troubleshooting page
Added new case for missing Telerik menu and a common steps before contacting support.
1 parent ee8a1d4 commit cd1c2e9

File tree

3 files changed

+35
-6
lines changed

3 files changed

+35
-6
lines changed

general-information/integration-with-visual-studio/visual-studio-extensions/troubleshooting.md

Lines changed: 35 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,43 @@ position: 11
1717

1818
*Problem:*
1919

20-
**The Telerik® UI for ASP.NET AJAX submenu is missing and only the “About” option is available under the Telerik menu.**
21-
22-
![Only about menu is visible](images/introduction-vsx_troubleshooting_only_about.png)
20+
**Missing Telerik menu in Visual Studio**
2321

2422
*Reason:*
2523

26-
Telerik.[Product].VSPackage which is part of the VSExtensions failed to load properly, or was not installed correctly.
24+
Telerik Visual Studio Extensions are disabled or not installed correctly.
2725

28-
*Suggested solution:*
26+
*Suggested solution 1(Extension is Disabled):*
27+
28+
* Open Visual Studio;
29+
30+
* Go to menu Tools - > Extensions and Updates...(for Visual Studio 2019 Extensions - > Manage Extensions)
31+
32+
* Open the Installed tab on the left​
33+
34+
* Search for Telerik UI for WinForms VSExtensions and make sure they are Enabled
35+
36+
![vsextensions-disabled](images/vsextensions-disabled.png)
37+
38+
*Suggested solution 2(Extension is not installed):*
39+
40+
* Open Visual Studio;
41+
42+
* Go to menu Tools - > Extensions and Updates...(for Visual Studio 2019 Extensions - > Manage Extensions)
43+
44+
* Open the Online tab on the left​
45+
46+
* Search for Telerik UI for WinForms VSExtensions
47+
48+
* Download and install the extensions
49+
50+
*Suggested solution 3(for Visual Studio 2013 and older):*
2951

3052
* Close all instances of Visual Studio;
3153

3254
* Start a Visual Studio Command Prompt (*Start menu -> Microsoft Visual Studio 20xx -> Visual Studio Tools -> Visual Studio 20xx Command Prompt*);
33-
![Visual Studio 2012 Command Prompt](images/introduction-vsx_troubleshooting_vsprompt.png)
55+
56+
![Visual Studio 2012 Command Prompt](images/introduction-vsx_disabled.png)
3457

3558
* type *devenv.exe /resetskippkgs* and hit Enter;
3659

@@ -61,3 +84,9 @@ If Visual Studio 2012 is used
6184
* Go to the Online Gallery and search for Telerik [Product] VSExtensions. Download the extensions and install them
6285

6386
* Restart VS2012 and check the Telerik menu, or try to create new Telerik project (the wizards should work properly)
87+
88+
>important If the article does not help solving your problem, please follow these steps to generate Visual Studio [ActivityLog](https://docs.microsoft.com/en-us/visualstudio/ide/reference/log-devenv-exe?view=vs-2019) file before contacting our support:
89+
>* Open [Developer Command prompt](https://docs.microsoft.com/en-us/dotnet/framework/tools/developer-command-prompt-for-vs) for Visual Studio 20xx under **Administrative rights**.
90+
>* Execute the command - devenv /log %userprofile%\desktop\ActivityLog.xml . This will start Visual Studio and create logs on your Desktop.
91+
>* Reproduce the problem
92+
>* Attach the **Activitylog** files when you contact our support.

0 commit comments

Comments
 (0)