.NET 8 Necessary Group Policy Permissions

61 Views Asked by At

Running even a simple console application built on .NET 8 using an updated Visual Studio 2022 I'm getting group policy errors. I've contacted my system administrators, and they are asking for more details regarding proper setup for .Net 8 as we went through a similar process for .NET 6.

Group Policy Error

My googling has not turned up any documentation official or otherwise about what permissions are necessary for running projects in visual studio. The programs can be run from the folder using admin permissions but I don't think that's an acceptable workflow.

What permissions are required for me to run any Visual Studio solutions from say my \source\repos\ folder? Do those permissions change if I want to run programs from a shared drive?

0

There are 0 best solutions below