The current Telerik version used in our project is (v.2012.3.1308.45 Dev). I am trying to upgrade this to 2020.2.617(Trial) version in Visual Studio 2019 using the steps mentioned in the link https://docs.telerik.com/devtools/aspnet-ajax/general-information/integration-with-visual-studio/visual-studio-extensions/upgrade-wizard but I encounter error mentioned below. I have also attached a screenshot of error window for your reference. Please help me with this issue.
An error occurred while running the wizard.
Error executing custom action
Telerik.Web.UI.VSX.Actions.MultiProjectUpdateReferencesAction:
System.NotSupportedException: Specified method is not supported.
at
Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.Automation.OAVSReferences.Remove(OAVSReference
reference)
at
Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.Automation.OAVSReference.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.Telerik.VSX.Actions.IProjectAction.Execute(IWizardContext
wizardContext, IPropertyDataDictionary arguments, IProjectWrap projectWrap)
at
Telerik.VSX.Actions.MultiProjectActionBase`1.Execute(WizardContext
wizardContext, IPropertyDataDictionary arguments)
at
Telerik.VSX.Actions.MultiProjectUpdateReferencesActionBase`1.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()