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
*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):*
29
51
30
52
* Close all instances of Visual Studio;
31
53
32
54
* Start a Visual Studio Command Prompt (*Start menu -> Microsoft Visual Studio 20xx -> Visual Studio Tools -> Visual Studio 20xx Command Prompt*);
33
-

55
+
56
+

34
57
35
58
* type *devenv.exe /resetskippkgs* and hit Enter;
36
59
@@ -61,3 +84,9 @@ If Visual Studio 2012 is used
61
84
* Go to the Online Gallery and search for Telerik [Product] VSExtensions. Download the extensions and install them
62
85
63
86
* 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