Problem when I install version 7.1.3

When I install version 7.1.3 and I try to compile the project, give me this error:
C:\Users\usuario.nuget\packages\radzen.blazor\7.1.3\staticwebassets\fonts\MaterialSymbolsOutlined.woff2' is not defined.

the exactly error is:
unexpected error in the taks "DiscoverPrecompressedAssets".
System.InvalidOperationException: Last write time for 'C:\Users\usuario.nuget\packages\radzen.blazor\7.1.3\staticwebassets\fonts\MaterialSymbolsOutlined.woff2' is not defined.
en Microsoft.AspNetCore.StaticWebAssets.Tasks.StaticWebAsset.Validate()
en Microsoft.AspNetCore.StaticWebAssets.Tasks.StaticWebAsset.FromTaskItem(ITaskItem item)
en System.Linq.Enumerable.WhereSelectArrayIterator2.MoveNext() en System.Linq.Buffer1..ctor(IEnumerable1 source) en System.Linq.Enumerable.ToArray[TSource](IEnumerable1 source)
en Microsoft.AspNetCore.StaticWebAssets.Tasks.DiscoverPrecompressedAssets.Execute()
en Microsoft.Build.BackEnd.TaskExecutionHost.Execute()
en Microsoft.Build.BackEnd.TaskBuilder.d__26.MoveNext()

What’s your application type? In our demos we have both Blazor server and WebAssembly and there isn’t such problem.

The same thing is happening to me. It's a Blazor web app with .NET 9. I cleared the NuGet cache and reloaded, but it still doesn't work. The only version of Radzen that doesn't give me an error is 7.0.2. The file ...\staticwebassets\fonts\MaterialSymbolsOutlined.woff2 exists, is not blocked, and is valid. I tried the latest version of Visual Studio Preview 1, but it didn't work either.

I’m afraid that I can’t provide any details until we have a way to reproduce it.

Try deleting the bin and obj directories within your app.

In my case, I fixed the error updating visual studio 17.14.8 version, but I install radzen 7.1.4 and it's OK.