Declined
Last Updated: 16 Feb 2024 19:48 by ADMIN
MrBizzl
Created on: 25 Jan 2022 21:37
Category: Installer and VS Extensions
Type: Bug Report
2
Upgrade Error

Dear Ladies and Gentlemen

Currently I am trying in vain to upgrade to the latest version Telerik UI for WinForms 2022.1.118.
However, the update fails with the error given below.

I have already uninstalled and reinstalled VS2019. Unfortunately this did not help.

Can you help?

Best Timo

8 comments
ADMIN
Dinko | Tech Support Engineer
Posted on: 16 Feb 2024 19:48

Hi Timo,

The feedback item status is changed to Declined as the reported behavior is not a bug and it was resolved.

Regards,
Dinko | Tech Support Engineer
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.

ADMIN
Nikolay Mishev
Posted on: 18 Feb 2022 08:53

Hi Timo,

I'm very happy that the issue is resolved.

In case you have any other questions do not hesitate to get back to us.

Regards,
Nikolay Mishev
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

MrBizzl
Posted on: 17 Feb 2022 18:36

Hello Nikolay

It worked.

The trick was to remove the update folder completely.

Thank you very much.

Best
Timo

ADMIN
Nikolay Mishev
Posted on: 16 Feb 2022 08:47

Hello Timo,

Thank you for the provided information.

We couldn't reproduce this even with your project which indicates that there is something specific on your side. With that said I would suggest you:

  1. Backup your project
  2. Completely uninstall Telerik UI for WinForms product from your machine
  3. Remove all Telerik references from your project
  4. Make sure that all downloaded distributions are removed. You can check the location of the downloaded distributions from Visual Studio menu Extensions -> Telerik -> VSExtensions Options Download location.(by default it is C:\Users\<username>\AppData\Roaming\Telerik\Updates"
  5. Fresh install Telerik UI for WinForms product
  6. Make sure you have read/write permissions on the location of the downloaded distribution.
  7. Use the Convert wizard to add the needed assemblies by using the newer version directly.

Please let me know how it went.

Regards,
Nikolay Mishev
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

MrBizzl
Posted on: 12 Feb 2022 18:04

Hi Nikolay

Here is a sample program as requested.

Link to the project.

Here, too, the error occurs during the update.

It is quite freshly created, so I think the error will not be found in the program code.

I hope you able to help.

Yours

Timo

ADMIN
Nikolay Mishev
Posted on: 31 Jan 2022 14:10

Hi Timo,

Thank you for the information.

We couldn't reproduce the error on our side, so with that said I would ask you if it is possible with you to send us the project you reproduce the issue with. If this is not possible create a sample project that the issue can be reproduced and send it to us.

Looking forward to your response.

Regards,
Nikolay Mishev
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

MrBizzl
Posted on: 27 Jan 2022 19:42

Hello

Here is the "show more":

The wizard encountered an error while trying to handle user event.

System.IO.FileFormatException: Die Datei enthält beschädigte Daten.
   bei MS.Internal.IO.Zip.ZipIOEndOfCentralDirectoryBlock.FindPosition(Stream archiveStream)
   bei MS.Internal.IO.Zip.ZipIOEndOfCentralDirectoryBlock.SeekableLoad(ZipIOBlockManager blockManager)
   bei MS.Internal.IO.Zip.ZipArchive..ctor(Stream archiveStream, FileMode mode, FileAccess access, Boolean streaming, Boolean ownStream)
   bei MS.Internal.IO.Zip.ZipArchive.OpenOnStream(Stream stream, FileMode mode, FileAccess access, Boolean streaming)
   bei System.IO.Packaging.ZipPackage..ctor(Stream s, FileMode mode, FileAccess access, Boolean streaming)
   bei System.IO.Packaging.Package.Open(Stream stream, FileMode packageMode, FileAccess packageAccess, Boolean streaming)
   bei System.IO.Packaging.Package.Open(Stream stream)
   bei NuGet.ZipPackage.GetManifestStreamFromPackage(Stream packageStream)
   bei NuGet.ZipPackage.<>c__DisplayClassa.<.ctor>b__5()
   bei NuGet.ZipPackage.EnsureManifest(Func`1 manifestStreamFactory)
   bei NuGet.ZipPackage..ctor(String filePath, Boolean enableCaching)
   bei Telerik.WinControls.VSX.DistributionListing.DistributionDiscovery.NuGetDistributionTokenFactory.CreatePathDistributionToken(String distributionPath, DistributionKind kind)
   bei Telerik.VSX.DistributionListing.DistributionDiscovery.DistributionTokenFactory.CreateDownloadDistributionToken(String distributionPath)
   bei Telerik.VSX.DistributionListing.DistributionDiscovery.FileBasedDistributionSearcher.GetPackageDistributions(String packageFolder, Func`2 fileBasedDistributionTokenCreator)
   bei Telerik.VSX.DistributionListing.DistributionDiscovery.DistributionSearcher.PopulateFileBasedDistributions(IList`1 distributions, IList`1 foldersToSearch, Func`2 distributionTokenCreator)
   bei Telerik.VSX.DistributionListing.DistributionDiscovery.DistributionSearcher.PopulateDownloadDistributions(IList`1 distributions)
   bei Telerik.VSX.DistributionListing.DistributionDiscovery.DistributionSearcher.GetDistributions()
   bei Telerik.WinControls.VSX.WFDistributionSearcher.GetDistributions()
   bei Telerik.VSX.ViewModels.DistributionChooserViewModelBase`1.get_AllDistributions()
   bei Telerik.WinControls.VSX.Wizards.ViewModels.WFDistributionChooserUpgradeViewModel.GetDistributions()
   bei Telerik.VSX.ViewModels.DistributionChooserViewModelBase`1.get_Distributions()
   bei Telerik.VSX.ViewModels.DistributionChooserViewModelBase`1.get_CurrentDistribution()
   bei Telerik.WinControls.VSX.Wizards.UpgradeProjectWizardBase`2.TryGetDistributionToken(Version targetFramework)
   bei Telerik.WinControls.VSX.Wizards.UpgradeProjectWizardBase`2.TryGetMainLoadInformation(Version targetFramework)
   bei Telerik.WinControls.VSX.Wizards.UpgradeProjectWizardBase`2.GetPropertyValue(String propertyName)
   bei Telerik.WinControls.VSX.Wizards.UpgradeProjectWizard.GetPropertyValue(String propertyName)
   bei Telerik.VSX.WizardEngine.Controls.WizardControlBase.PopulateCollectedValues(IPropertyDataDictionary gatheredData)
   bei Telerik.VSX.WizardFramework.Pages.DynamicPageController.GetData()
   bei Telerik.WizardFramework.Wizard.GetCurrentPageData()
   bei Telerik.WizardFramework.Wizard.UpdateNavigation()
   bei Telerik.WizardFramework.Wizard.PostMove(Boolean movingNext)
   bei Telerik.WizardFramework.Wizard.OnMoveNext()
   bei Telerik.WizardFramework.Wizard.UI_Next(Object sender, EventArgs e)
   bei Telerik.WizardEngine.Helpers.EventHelper.<>c__DisplayClass0_0.<RaiseEvent>b__0()
   bei Telerik.WizardEngine.Helpers.EventHelper.CatchExceptionAndSendReport(Action action)

 

I'll hope you can solve the Problem.

Thank's a lot.

Best

Timo

ADMIN
Nikolay Mishev
Posted on: 26 Jan 2022 11:27

Hello Timo,

I'm really sorry to hear you are having trouble with our product.

Could you please click on the  "Show me more" link in the Error window and send us the error details to investigate?

Regards,
Nikolay Mishev
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.