Error in socket after install Radzen Blazor 5.1.2

Hi,

I installed the last version of Radzen today and the application stop to load with error:

System.IO.IOException
HResult=0x80131620
Message=Failed to bind to address https://localhost:7072.
Source=Microsoft.AspNetCore.Server.Kestrel.Core
StackTrace:
at Microsoft.AspNetCore.Server.Kestrel.Core.LocalhostListenOptions.d__2.MoveNext()
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.AddressesStrategy.d__3.MoveNext()
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.d__0.MoveNext()
at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.d__31.MoveNext()
at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.d__281.MoveNext() at Microsoft.AspNetCore.Hosting.GenericWebHostService.<StartAsync>d__40.MoveNext() at Microsoft.Extensions.Hosting.Internal.Host.<<StartAsync>b__15_1>d.MoveNext() at Microsoft.Extensions.Hosting.Internal.Host.<ForeachService>d__181.MoveNext()
at Microsoft.Extensions.Hosting.Internal.Host.d__15.MoveNext()
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.d__4.MoveNext()
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.d__4.MoveNext()
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host)
at Program.$(String args) in C:\GIT\LobApps.Web.DeadHead\LobApps.Web.DeadHead\Program.cs:line 50

This exception was originally thrown at this call stack:
[External Code]

Inner Exception 1:
AggregateException: One or more errors occurred. (An attempt was made to access a socket in a way forbidden by its access permissions.) (An attempt was made to access a socket in a way forbidden by its access permissions.)

Inner Exception 2:
SocketException: An attempt was made to access a socket in a way forbidden by its access permissions.

What I can do,

Thanks

Ok, I resolve the problem, appear to be that the problem happen when you upgrade from a lower version to the last version. I made the following:
Uninstall to my previous version 5.0.8
Restart the computer (it is a Windows 11)
in VS 2022 in NUGET Manager I install 5.0.9 rebuild and then install 5.0.1.0 and rebuild.
Repeat the procedure until go to the actual version
Maybe this can help others