Declined
Last Updated: 28 Feb 2022 14:35 by Daniel
Daniel
Created on: 28 Feb 2022 09:09
Category: UI for .NET MAUI
Type: Bug Report
1
CryptoTracker app is not working

Hi,

I'm using this link to download and install MAUI controls.

I did it but I can't run the solution:CryptoTracker

I have this error

My net.config content is:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <clear />    
    <add key="nuget" value="https://api.nuget.org/v3/index.json" />
    <add key="dotnet6" value="https://aka.ms/dotnet6/nuget/index.json" />
    <add key="skiasharp" value="https://aka.ms/skiasharp-eap/index.json" />
   <add key="local" value ="../../Packages" /> 
  </packageSources>
  <activePackageSource>
    <add key="All" value="(Aggregate source)" />
  </activePackageSource>
  <disabledPackageSources />
</configuration>

 

4 comments
Daniel
Posted on: 28 Feb 2022 14:35
It works :)
ADMIN
Yana
Posted on: 28 Feb 2022 14:10

Hi Daniel,

We just released Telerik UI for .NET MUI Preview 0.5.0 which is updated to .NET MAUI Preview 13. This version is required for the Crypto Tracker application. Also, Telerik UI for .NET MAUI 0.5.0 works with Visual Studio 2022 17.2.0 Preview 1.0 

You just need to update the Telerik.UI.for.Maui nuget to 0.5.0 to successfully build and run the Crypto Tracker app.

I've updated the status of this item to "Declined" as it is not related to a bug report or feature request. 

Regards,
Yana
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Daniel
Posted on: 28 Feb 2022 13:36
What I need to do in order to work with your controls using vs 2022 v17.2
Daniel
Posted on: 28 Feb 2022 10:10

I used this link:https://docs.telerik.com/devtools/maui/get-started/first-steps

and vs 2022 v17.2