Can't install UI for Blazor package

0 Answers 54 Views
General Discussions
CARLOS
Top achievements
Rank 1
CARLOS asked on 05 Aug 2024, 01:42 AM

Hi, I'm trying to install the UI for Blazor package to a project and it wont install. I get the following message:
---------

Severity Code Description Project File Line Suppression State
Error NU1101 Unable to find package Telerik.FontIcons. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, Microsoft Visual Studio Offline Packages, Telerik Blzor BlazorApp1 D:\BlazorApp1\BlazorApp1\BlazorApp1.csproj 1


-------

this is my csproj file is

<Project Sdk="Microsoft.NET.Sdk.Web">

  <PropertyGroup>
    <TargetFramework>net8.0</TargetFramework>
    <Nullable>enable</Nullable>
    <ImplicitUsings>enable</ImplicitUsings>
  </PropertyGroup>

</Project>

 

Visual Studio is version is 17.10.5

Telerik UI is 6.0.2

Thanks

CARLOS
Top achievements
Rank 1
commented on 05 Aug 2024, 02:29 AM

Never mind, I found the problem. Wasn't checking one of the boxes in source feeds.
Hristian Stefanov
Telerik team
commented on 05 Aug 2024, 06:53 AM

Hi Carlos,

I'm glad to see that you have quickly resolved the matter on your own.

Thank you for sharing an update here, publicly, so other developers with the same scenario can benefit from it.

Kind Regards,

Hristian

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
CARLOS
Top achievements
Rank 1
Share this question
or