I’m new to Sitefinity
and started to setup my first project in my local machine, following these instructions (Install Sitefinity in MVC Mode).
Using Visual Studio 2022
and .NET Framework 8
.
After executing the command Install-Package Telerik.Sitefinity.All
to install all Nuget packages, it completed with this error.
Failed to update binding redirects for
SitefinityWebAppSitefinityWebApp.csproj : Loading this assembly would
produce a different grant set from other instances. (Exception from
HRESULT: 0x80131401)
When I build the solution, it builds fine without any errors.
Could you please let me know how to resolve the NPM error or can it be ignored.