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.
Steps To Reproduce
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.
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
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