c# - Visual Studio command prompt System.UnauthorizedAccessException while running console application -


I have a console application which accepts string aggregates []. When I'm trying to run the application using the Visual Studio command prompt then give me the system. Unauthorized Access Access: Login denied error.

Please tell me that I need to set up any access permissions for the project.


Comments