telerik / ui-for-aspnet-core-examples

A collection of Telerik UI for ASP.NET Core components examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The project MVC does not contain spreadsheet, the project RazorPages does not compile

sdudnic opened this issue · comments

I tried to test the Spreadsheet for asp.net core, but I can't: i cloned the repository project, and there are two projects : MVC and RazorPages....

I have a MVC solution to develop, but I didn't find Spreadsheet in MVC.

Also I was unable to start the RazorPages project, because it does not compile:

Error NETSDK1004 Assets file '\ui-for-aspnet-core-examples\Telerik.Examples.RazorPages\Telerik.Examples.RazorPages\obj\project.assets.json' not found. Run a NuGet package restore to generate this file. Telerik.Examples.RazorPages C:\Program Files\dotnet\sdk\5.0.202\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets 241

I tried to run "msbuild -t:restore", but it does not find "Telerik.Web.PDF"... And I have an error when I try to select a packagesurce Telerik.Web.PDF

image

image
The path "C:\WorkRepos" surely does not exist on my disk...

"Solved" by removing the PDF nuget reference and PDF example from project.

Please add the Spreadsheet example to MVC if possible.