This is a migrated thread and some comments may be shown as answers.

Error trying to use Loader component

6 Answers 786 Views
Loader
This is a migrated thread and some comments may be shown as answers.
Javier
Top achievements
Rank 2
Veteran
Javier asked on 26 Oct 2020, 02:55 PM

I inserted a Loader component to my project:

                        <TelerikButton ButtonType="@ButtonType.Button" OnClick="@CancelForm">Cancel</TelerikButton>
                        <TelerikButton ButtonType="@ButtonType.Submit" Primary="true" Enabled="@Activado">
                            <TelerikLoader Visible="@IsGeneratingReport" ThemeColor="light"></TelerikLoader>
                            @( Activado ? "Creando recogida" : "Recogida creada" )
                        </TelerikButton>

But it makes me mistake:

"Found Markup element with unexpected name 'TelerikLoader'. If this is intended to be a component , add @using directive for its namespace".

Download the TelerikBlazorAppLibManSample project and it has the same error. In the project I have referenced Telerik for Blazor and I use other components: TelerikTabStrip, TelerikTextBox, etc. and i don't have this problem.

 

Thank you.

 

Juan


6 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 26 Oct 2020, 02:58 PM

Hello Juan,

This error means that the framework does not recognize the TelerikLoader tag. This means that your project is using a version that does not have it, so you should upgrade to the latest.

 

Regards,
Marin Bratanov
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/.

0
Javier
Top achievements
Rank 2
Veteran
answered on 26 Oct 2020, 03:28 PM
At this moment we are using version 2.14.1
0
Marin Bratanov
Telerik team
answered on 26 Oct 2020, 03:29 PM

Hi Juan,

The loader came out with 2.17.0, and right now we're at 2.18.0 with more releases coming soon.

 

Regards,
Marin Bratanov
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/.

0
Javier
Top achievements
Rank 2
Veteran
answered on 26 Oct 2020, 07:19 PM

We have already updated to version 2.18.0 but we cannot find how to update the references in the project. Since the Nuget package manager does not appear version 2.18.0, we can only see 2.14.1. What should we do?

 

Juan

0
Javier
Top achievements
Rank 2
Veteran
answered on 26 Oct 2020, 08:29 PM

It already appears in the NugetPackage, but now it throws us the following error:

Failed to retrieve information about "Telerik.UI.for.Blazor" from remote source "https://nuget.telerik.com/nuget/FindPackagesById()?id='Telerik.UI.for.Blazor'&semVerLevel=2.0. 0 ".
   The response status code does not indicate a successful result: 401 (Logon failed.)

0
Marin Bratanov
Telerik team
answered on 26 Oct 2020, 08:47 PM

Hi,

Check the Troubleshooting section of the NuGet Feed article to see how to resolve this: https://docs.telerik.com/blazor-ui/installation/nuget#troubleshooting

 

Regards,
Marin Bratanov
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/.

Tags
Loader
Asked by
Javier
Top achievements
Rank 2
Veteran
Answers by
Marin Bratanov
Telerik team
Javier
Top achievements
Rank 2
Veteran
Share this question
or