Unplanned
Last Updated: 20 Nov 2025 14:24 by ADMIN
Scheduled for 2026 Q1 (11.02.2026)
Filippo
Created on: 13 Nov 2025 15:28
Category: Installer and VS Extensions
Type: Bug Report
1
Exception is thrown when upgrading Telerik UI for ASP.NET MVC project

The below exception is thrown when upgrading using latest Telerik UI for ASP.NET MVC extension.

Failed to execute command.

System.NotImplementedException: Not implemented (Exception from HRESULT: 0x80004001 (E_NOTIMPL)) 
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) 
at Microsoft.VisualStudio.CommonIDE.Solutions.Dte.DteGenericProject.GetFileName() 
at Telerik.VSX.Internal.VisualStudio.VisualStudioThreadHelper.<>c__DisplayClass1_0`1.<<RunInMainThread>b__0>d.MoveNext()
--- End of stack trace from previous location where exception was thrown --- 
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() 
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) 
at Microsoft.VisualStudio.Threading.JoinableTask.CompleteOnCurrentThread() 
at Microsoft.VisualStudio.Threading.JoinableTask`1.CompleteOnCurrentThread() 
at Telerik.VSX.NuGet.NuGetPackageService.GetInstalledPackage(Project project, String packageName, Boolean isPackageNamePartial, Boolean ignoreCapabilityMatchCheck) 
at Telerik.VSX.Web.Helpers.ProjectWrap.GetMvcVersion() 
at Telerik.VSX.Web.Helpers.ProjectWrap.CheckIsProjectSupported() 
at Telerik.KendoUI.Mvc.VSX.Helpers.KendoUIMvcProjectWrap.CheckIsProjectSupported() 
at Telerik.KendoUI.Mvc.VSX.Helpers.ProjectSearcher.FilterTelerikSupportedLanguageProjects(List`1 projectsList) 
at Telerik.VSX.Internal.VisualStudio.VisualStudioThreadHelper.<>c__DisplayClass1_0`1.<<RunInMainThread>b__0>d.MoveNext()
--- End of stack trace from previous location where exception was thrown --- 
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() 
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) 
at Microsoft.VisualStudio.Threading.JoinableTask.CompleteOnCurrentThread() 
at Microsoft.VisualStudio.Threading.JoinableTask`1.CompleteOnCurrentThread() 
at Telerik.KendoUI.Mvc.VSX.Helpers.ProjectSearcher.GetTelerikEnabledProjectsByMainAssemblyMvcVersion(TargetMvcVersion mvcVersion) 
at Telerik.KendoUI.Mvc.VSX.ProjectConfigurators.ProjectConfigurationTypeSelector.ShouldShowTargetMvcPage(TargetMvcVersion targetMvcVersion) 
at Telerik.KendoUI.Mvc.VSX.ProjectConfigurators.ProjectConfigurationTypeSelector.GetProjectUpgradePreWizardData(IScenarioDef template) 
at Telerik.KendoUI.Mvc.VSX.ProjectConfigurators.ProjectConfigurationTypeSelector.ProjectUpgrade(IPropertyDataDictionary additionalPreWizardData) 
at Telerik.KendoUI.Mvc.VSX.ProjectConfigurators.StreamlinedProjectConfiguration.StartUpgradeWizard() 
at Telerik.VSX.VSPackage.PackageBase.CommandCallback(Object sender, EventArgs e)

2 comments
ADMIN
Nikola
Posted on: 20 Nov 2025 14:24

Hi Rastelli,

We continue to investigate this at our end, but unfortunately are unable to reproduce it. We have received one other report for the same behavior, and I am positive we will be able to track the cause. As there is no way to downgrade an extension in Visual Studio, I have attached the previous version of the Telerik UI for WinForms Extension. I want you to do the following: 

  1. Uninstall all Telerik extensions you currently have
  2. Disable extension auto-update by following the steps outlined here: https://learn.microsoft.com/en-us/visualstudio/ide/finding-and-using-visual-studio-extensions?view=visualstudio#automatic-extension-updates
  3. Extract the .vsix I sent and double click to run it. This will install the extension
  4. Launch the Upgrade Wizard again.

This will help us determine whether the issue is related to a change in the extension code or to the environment where the extension runs.

Regards,


Nikola
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Rastelli
Posted on: 17 Nov 2025 15:02
We received same issue with Win Forms extension. did you find anything?