Unplanned
Last Updated: 07 Jun 2024 15:19 by ADMIN
When there is empty folder under "%appdata%\Telerik\Updates" the WinForms Upgrade wizard fails with

System.IO.FileNotFoundException: C:\Users\mstefanov\AppData\Roaming\Telerik\Updates\Telerik_UI_For_WinForms_2022_3_1109_Dev_dlls\BinNetCore\Telerik.WinControls.dll
at System.Diagnostics.FileVersionInfo.GetVersionInfo(String fileName)
at Telerik.VSX.Internal.FileSystem.FileVersionInfoWrap.get_FileVersion()
at Telerik.WinControls.VSX.AssemblyDiscovery.WFCoreFileBasedDistributionSearcher.CheckFolderContainsDistribution(String folderPath)
at Telerik.VSX.DistributionListing.DistributionDiscovery.FileBasedDistributionSearcher.GetPackageDistributions(String packageFolder, Func2 fileBasedDistributionTokenCreator) at Telerik.VSX.DistributionListing.DistributionDiscovery.DistributionSearcher.PopulateFileBasedDistributions(IList1 distributions, IList1 foldersToSearch, Func2 distributionTokenCreator)
at Telerik.VSX.DistributionListing.DistributionDiscovery.DistributionSearcher.GetDistributions()
at Telerik.WinControls.VSX.WFDistributionSearcher.GetDistributions()
at Telerik.VSX.ViewModels.DistributionChooserViewModelBase1.get_AllDistributions() at Telerik.WinControls.VSX.Wizards.ViewModels.WFDistributionChooserUpgradeViewModel.GetDistributions() at Telerik.VSX.ViewModels.DistributionChooserViewModelBase1.get_Distributions()
at Telerik.VSX.ViewModels.DistributionChooserViewModelBase1.get_CurrentDistribution() at Telerik.WinControls.VSX.Wizards.UpgradeProjectWizardBase2.TryGetDistributionToken(Version targetFramework)
at Telerik.WinControls.VSX.Wizards.UpgradeProjectWizardBase`2.TryGetMainLoadInformation(Version targetFramework)
at Telerik.VSX.WizardEngine.Controls.WizardControlBase.PopulateCollectedValues(IPropertyDataDictionary gatheredData)
at Telerik.VSX.WizardFramework.Pages.DynamicPageController.GetData()
at Telerik.WizardFramework.Wizard.GetCurrentPageData()
at Telerik.WizardFramework.Wizard.UpdateNavigation()
at Telerik.WizardEngine.Helpers.EventHelper.CatchExceptionAndSendReport(Action action)
Unplanned
Last Updated: 06 Nov 2023 14:47 by ADMIN
Scheduled for 2024 R1 - PI 1 (15.11.2023) SP1
Created by: Massimo
Comments: 1
Category: Installer and VS Extensions
Type: Bug Report
1
Telerik VS extensions may cause performance issues that impact both the responsiveness and the overall performance of Visual Studio.

Unplanned
Last Updated: 07 Jul 2023 09:09 by ADMIN

VS 2022 17.5.1 successfully converts a blank WinForms project without any Telerik control in it.

VS 2022 17.6.2  hangs:

Unplanned
Last Updated: 06 Dec 2021 13:22 by ADMIN
Created by: David
Comments: 1
Category: Installer and VS Extensions
Type: Bug Report
0

When you want to do the Upgrade Wizard, the following error appears: Failed to execute command. System.IO.DirectoryNotFoundException: Could not find a part of the path 'c: \ users \ quinteju \ appdata \ local \ microsoft \ visualstudio \ 16.0_c92db9cd \ extensions \ pfzn5mj3.wxk \ ProjectManagement \ Upgrade \ ScenarioDefinition.xml'. at System.IO .__ Error.WinIOError (Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init (String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHostPath) at System.IO.FileStream..ctor (String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize) at System.Xml.XmlDownloadManager.GetStream (Uri uri, ICredentials credentials, IWebProxy proxy, RequestCachePolicy cachePolicy) at System.Xml.XmlUrlResolver.GetEntity (Uri absoluteUri, String role, Type ofObjectToReturn) at System.Xml.XmlTextReaderImpl.OpenUrlDelegate (Object xmlResolver) at System.Threading.CompressedStack.runTryCode (Object userData) at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup (TryCode code, CleanupCode backoutCode, Object userData) at System.Threading.CompressedStack.Run (CompressedStack compressedStack, ContextCallback callback, Object state) at System.Xml.XmlTextReaderImpl.OpenUrl () at System.Xml.XmlTextReaderImpl.Read () at System.Xml.XmlLoader.Load (XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) at System.Xml.XmlDocument.Load (XmlReader reader) at System.Xml.XmlDocument.Load (String filename) at Telerik.VSX.WizardEngine.Configuration.ScenarioDefinition.Deserialize (String fileName) at Telerik.VSX.ProjectConfiguration.ProjectConfigurationTypeSelectorBase.GetScenario (ProjectManagementScenarioPath path) at Telerik.WinControls.VSX.ProjectConfigurators.ProjectConfigurationTypeSelector.ProjectUpgrade (IPropertyDataDictionary additionalPreWizardData) at Telerik.WinControls.VSX.ProjectConfigurators.StreamlinedProjectConfiguration.StartUpgradeWizard () at Telerik.WinControls.VSPackage.CommandExecutor.Execute (UInt32 commandId) at Telerik.VSX.VSPackage.PackageBase.CommandCallback (Object sender, EventArgs e) 

 

I already reinstalled three times and it doesn't work in any way.  :(

 

Unplanned
Last Updated: 26 May 2021 11:45 by ADMIN

Steps to reproduce:

  1. Install R1 2021 SP1 (2021.1.204)
  2. Create a Telerik WinForms project and drag a RadTostNotificationManager from the Toolbox and drop it onto the form. The following two references are required for using RadToastNotification:

    The important information here is the version of the Microsoft.Toolkit.Uwp.Notifications: 6.1.0.0

  3. Run the Upgrade Wizard and upgrade to R2 2021 (2021.2.511):

After the upgrade process is successfully completed, you can see that the Toolbox version is successfully updated as well as the Telerik references in the project:

However, the version of the Microsoft.Toolkit.Uwp.Notifications still remains 6.1.0.0 even though in the installation folder we distribute the updated version 7.0.0.0:

Then, if you try to build the project, you will see the following error message:


Workaround: Remove the existing Microsoft.Toolkit.Uwp.Notifications assembly and add it anew using the references from the installation folder: C:\Program Files (x86)\Progress\Telerik UI for WinForms R2 2021\Bin40 It is expected to be the correct version 7.0.0.0.  

 

 

Unplanned
Last Updated: 15 Aug 2017 13:58 by Christine
Created by: Christine
Comments: 5
Category: Installer and VS Extensions
Type: Feature Request
0
I see no use for the templates that are currently provided. I'm never going to build a new Word or Outlook type application. Some templates that might be useful would be along the lines of structure for business apps. Something that would give a framework for building apps for business use.
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
The tool should build the assemblies as described here: 
http://www.telerik.com/help/winforms/installation-deployment-and-distribution-redestributing-telerik-radcontrols-for-windows.html
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Installer and VS Extensions
Type: Feature Request
2
This way, one will be able to connect to e virtual machine where the desired product is already installed and ready for use.
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
When a form has any RadControl on it and is configured to be localizable then a resource file is generated. For each RadControl on the form there are entries in the resource file that specify the current version of the RadControls.

Implement update of the
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
ADMIN
Created by: Teodor
Comments: 0
Category: Installer and VS Extensions
Type: Feature Request
2
Currently RadControls for WinForms targeting .NET2.0 are always added to the GAC. This feature should be optional so customers can have in GAC only controls they use .
Unplanned
Last Updated: 14 Aug 2017 12:29 by ADMIN
Unplanned
Last Updated: 29 Mar 2016 10:10 by ADMIN
ADMIN
Created by: Peter
Comments: 0
Category: Installer and VS Extensions
Type: Bug Report
5
After update the Copy Local is set to False