Отказано в доступе к exe-файлу проекта (exe-файл отсутствует в папке bin\debug
0 I have pulled one .net project from github. Opened it in Visual studio 19. There are multiple projects in Solution but only one project is giving the problem while building. Error is as follows : "Severity Code Description Project File Line Suppression State Error CS2012 Cannot open 'C:\Users\cloverspd1\Source\Repos\cloverspd1\NPD\SyncDataJob\obj\Debug\SyncDataJob.exe' for writing -- 'Access to the path 'C:\Users\cloverspd1\Source\Repos\cloverspd1\NPD\SyncDataJob\obj\Debug\SyncDataJob.exe' is denied.' SyncDataJob C:\Users\cloverspd1\Source\Repos\cloverspd1\NPD\SyncDataJob\CSC 1 Active " Thing is that ,.exe file does not exists there in debug folder. Since it is not building unable to create .exe file.
Что я уже пробовал:
Дал полный контрольный доступ к папке проекта.