Planned
Last Updated: 21 Feb 2024 11:15 by ADMIN
Remove warning in VS when creating a project using our VS template targeting .Net 6 / 7
Planned
Last Updated: 21 Feb 2024 11:15 by ADMIN
We can update our extensions to honor the ImplicitUsings settings set globally for new projects. For the item templates, we will need to also check the project settings.
Planned
Last Updated: 19 Feb 2024 09:38 by ADMIN
Scheduled for 2024 Q2 (15.05.2024)

When Telerik UI for WinForms / WPF extensions are installed, Visual Studio is unresponsive for a couple of minutes after a solution is loaded. During that time, "Updating source control status…" is shown.

Workarounds:

  • Disable Telerik UI for WinForms / WPF extensions.
  • Checkout the solution file.
Planned
Last Updated: 03 Oct 2023 12:00 by ADMIN
Scheduled for 2024 R1 - PI 1 (08.11.2023) SP1
Created by: James
Comments: 2
Category: Installer and VS Extensions
Type: Bug Report
0

Steps:

 

 

Planned
Last Updated: 12 Nov 2021 14:47 by ADMIN
Created by: Monique
Comments: 1
Category: Installer and VS Extensions
Type: Bug Report
0

Below is the error.  I had removed all the references and was trying to add them back through the configure project extension vs 2019 and vs 2022 threw the same error. 

 

An error occurred while running the wizard.

Error executing custom action Telerik.WinControls.VSX.Actions.UpdateReferencesAction: System.Runtime.InteropServices.COMException (0x80004005): This reference cannot be removed from the project because it is always referenced by the compiler.
   at VSLangProj.Reference.Remove()
   at Telerik.VSX.Internal.ProjectManagement.ApplicationProjectAssemblyReference.RemoveReference()
   at Telerik.VSX.ProjectConfigurators.ApplicationReferenceManager.RemoveReferences()
   at Telerik.VSX.ProjectConfigurators.ApplicationReferenceManager.UpdateReferences()
   at Telerik.VSX.Actions.UpdateReferencesAction.UpdateReferences(IProjectWrapUIComponents projectWrap)
   at Telerik.VSX.Actions.UpdateReferencesAction.Execute(WizardContext wizardContext, IPropertyDataDictionary arguments, IProjectWrap project)
   at Telerik.VSX.Actions.ProjectActionBase.Execute(WizardContext wizardContext, IPropertyDataDictionary arguments)
   at Telerik.VSX.WizardEngine.Actions.ActionBase.Telerik.WizardFramework.IAction.Execute(IWizardContext wizardContext, IPropertyDataDictionary arguments)
   at Telerik.VSX.WizardEngine.ActionManager.ExecActions()

 

 

Planned
Last Updated: 12 Oct 2020 11:34 by ADMIN
Created by: kultman
Comments: 1
Category: Installer and VS Extensions
Type: Bug Report
0
I upgraded to latest version of Win UI controls, and opened a project for an Outlook COM Addin. There has been no problems upgrading Telerik controls in that project until now. It's a Class Library project with Telerik forms in it. Now I have to change project type to Windows Forms, upgrade Telerik and then back to Class Library. Silly really... :)