Radzen NET8 migration

Hi,

I used NET 6 Radzen in my project and i update to NET8.
I'm using a grouping in a Datagrid and it worked perfectly.
Since i'm using NET8 Radzen, it doesn't work anymore.
It takes along time and so we get this result:


When i make a stop in debug mode, i get this result:

Apparently, it waits something that never come.
Do you always meet this kind of trouble ?

Regards,

Our demos are .NET 8 and grouping works normally.

ok. And have you never encountered this problem?

Hi,
I think i have found the trouble : in my NET8 solution, the system.private.corelib.dll is not present in my repository althoug in yours, it's present.
It's for that reason that in your radzen demo it's working and not in mine
Do you now why this ddl is missing?

Our projects are not referencing dlls but NuGet packages. This specific dll also do not come from a NuGet package since it is the core of .NET and comes directly from <TargetFramework>net8.0</TargetFramework> in your csproj.

OK but my targetframework is well Net8 and the system.private.corelib.dll is not my build. It's a little odd.

Last question : could you say what release of VS 2022 you are using ?

Not sure how Visual Studio version is relevant but anyway I’m using latest update released two days ago.

So do I...
Really odd.

In point of fact, it's not that doesn't work, it's that take a very long time at first appareance. (More than one hour).
Do you never meet this kind of trouble ?