Planned
Last Updated: 13 Mar 2024 09:42 by ADMIN
Scheduled for 2024 Q3 (7.08.2024)
Created by: Heinie
Comments: 1
Category: Installer and VS Extensions
Type: Feature Request
0

I have recently downloaded the latest Telerik.UI for blazor 5.0.1 commercial and I tried converting a dotnet 8 project to a telerik project using the context menu but the wizard says it can't be converted.

Planned
Last Updated: 05 Mar 2024 12:59 by ADMIN
Scheduled for 2024 Q3 (7.08.2024)

Steps To Reproduce

  1. Install a Telerik VS extension in Visual Studio 2019/2022 on a machine with high DPI scaling (more than 150%)
  2. Try to create a new Telerik application

Expected result:

The Create New Project wizard (or any other used Telerik wizard) is shown and usable as expected.

Actual result:

The Create New Project wizard is hidden or inaccessible and the project creation is blocked.

Planned
Last Updated: 27 Feb 2024 11:45 by ADMIN
Scheduled for 2024 Q2 (15.05.2024)
When only all.css stylesheet is referenced in the masterpage:
  • the wizard doesn't detect the masterpage at all because it searches for swatches theme reference
  • if the user leaves commented swatches theme reference the wizard will modify the all.css reference incorrectly
In Development
Last Updated: 19 Dec 2023 12:43 by ADMIN
Scheduled for 2024 Q1 (31.01.2024)

I was able to reproduce the error.

When I convert a project with no authentication type, it works. 

When I convert a project with Microsoft Identity Platform, I see the error. 

Completed
Last Updated: 17 Aug 2023 13:54 by ADMIN
Release 2023 R3 - PI 2 (09.08.2023) - Hotfix

A Blazor WebAssembly app crashes at runtime due to a missing DLL for the Shared project. This happens after I makes any change to the app, e.g. in Index.razor in the Client project. The Shared project remains unchanged.

The exact exception is:

FileNotFoundException: Could not load file or assembly [AppName].Shared.dll

If I clean and rebuild the solution, it runs again, until I make another change.

If I uninstall the Telerik Blazor Visual Studio extension, the error goes away. Alternatively, another possible workaround is to reduce the number of parallel builds in Visual Studio to 1.

Need More Info
Last Updated: 13 Dec 2022 06:50 by ADMIN
Created by: Joe
Comments: 8
Category: Installer and VS Extensions
Type: Bug Report
0

Hi,

I am getting the following error message when trying to upgrade from 3.6.1 to 3.7.0. I tried multiple times without success.

===========================================================

An error occurred while running the wizard.

Error executing custom action Telerik.Blazor.VSX.Actions.MultiProjectUpdateMasterPageAction: System.InvalidOperationException: Sequence contains no matching element
   at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
   at Telerik.Blazor.VSX.Actions.AdvancedUpdateMasterPageAction.RetrieveMasterPageSettingsUpgradeInfo(IPropertyDataDictionary arguments, IProjectWrap project)
   at Telerik.Blazor.VSX.Actions.UpdateMasterPageAction.Execute(WizardContext wizardContext, IPropertyDataDictionary arguments, IProjectWrap projectWrap)
   at Telerik.VSX.Actions.MultiProjectActionBase`1.Execute(WizardContext wizardContext, IPropertyDataDictionary arguments)
   at Telerik.VSX.WizardEngine.ActionManager.ExecActions()

===========================================================

Thank you

Joe Walsh

Need More Info
Last Updated: 09 Dec 2022 08:10 by ADMIN

After installing Telerik UI (for WPF and BLAZOR) - the Intellisense / Autocompleter stopped working in Visual Studio 2022 17.4.2

https://www.youtube.com/watch?v=6Fn5C726h4U

Enter and Tab no longer inserts the snippet. 

After uninstalling Telerik UI from Windows, the Intellisense / AutoCompleter started working again !

Completed
Last Updated: 17 Nov 2022 12:53 by ADMIN
Created by: n/a
Comments: 7
Category: Installer and VS Extensions
Type: Bug Report
0

The Upgrade (Project) Wizard crashes on the screen where it askes whether to use a backup.

The "Show me more" link gives this:

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

System.NullReferenceException: Object reference not set to an instance of an object.
   at Telerik.Blazor.VSX.Wizards.ViewModels.UpgradeProjectWizardOptionsViewModel.GetInitialSelectedDirectory()
   at Telerik.VSX.Wizards.UpgradeProjectWizardOptions`2.GetPropertyValue(String propertyName)
   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.OnMoveNext()
   at Telerik.WizardEngine.Helpers.EventHelper.CatchExceptionAndSendReport(Action action)

 

I cannot continue to the next page. I want to upgrade the existing 3.5 to 3.6

Need More Info
Last Updated: 26 Oct 2022 12:07 by ADMIN
Created by: Kasim
Comments: 4
Category: Installer and VS Extensions
Type: Bug Report
3
Error executing custom action Telerik.Blazor.VSX.Actions.UpdateMasterPageAction: System.NullReferenceException: Object reference not set to an instance of an object.
   at Telerik.Blazor.VSX.ProjectWrappers.ProjectWrap.<SetIsRootProject>b__30_0()
   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.Internal.VisualStudio.VisualStudioThreadHelper.RunInMainThread[T](Func`1 func)
   at Telerik.Blazor.VSX.ProjectWrappers.ProjectWrap..ctor(Project dteProject)
   at Telerik.Blazor.VSX.ProjectManagement.ProjectWrapFactory.<>c.<.cctor>b__5_0(Project p)
   at Telerik.VSX.Internal.ProjectManagement.ProjectWrapFactoryBase`1.GetForProjects(IList`1 projects)
   at Telerik.Blazor.VSX.Actions.UpdateMasterPageAction.GetProjectWrapsForSolution(IProjectWrap projectWrap)
   at Telerik.Blazor.VSX.Actions.UpdateMasterPageAction.Execute(WizardContext wizardContext, IPropertyDataDictionary arguments, IProjectWrap projectWrap)
   at Telerik.VSX.WizardEngine.ActionManager.ExecActions()
Need More Info
Last Updated: 06 Jun 2022 10:55 by ADMIN
Installation of trial Blazor UI broke Visual Studio 2022 extensions. Cannot create Telerik Blazor project. Cannot open VS Blazor projects.
Declined
Last Updated: 13 Apr 2021 08:14 by ADMIN
Declined
Last Updated: 10 Mar 2021 15:29 by ADMIN

These settings creates additional controls and are really helpful in further development. It would be great if same(or better as always) options are added in telerik blazor project templates as well would be a great addition.