When I run ABP INSTALL-LIBS I am getting an error
[08:45:23 INF] ABP CLI (https://abp.io)
[08:45:23 INF] Version 5.3.3 (Stable)
[08:45:24 ERR] Access to the path 'C:\windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\INetCache\Content.IE5' is denied.
System.UnauthorizedAccessException: Access to the path 'C:\windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\INetCache\Content.IE5' is denied.
at System.IO.Enumeration.FileSystemEnumerator1.CreateRelativeDirectoryHandle(ReadOnlySpan
1 relativePath, String fullPath)
at System.IO.Enumeration.FileSystemEnumerator1.MoveNext() at System.Collections.Generic.List
1..ctor(IEnumerable`1 collection)
at System.IO.Directory.GetFiles(String path, String searchPattern, EnumerationOptions enumerationOptions)
at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)
at Volo.Abp.Cli.LIbs.InstallLibsService.FindAllProjects(String directory) in D:\ci\Jenkins\workspace\abp-framework-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\LIbs\InstallLibsService.cs:line 99
at Volo.Abp.Cli.LIbs.InstallLibsService.InstallLibsAsync(String directory) in D:\ci\Jenkins\workspace\abp-framework-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\LIbs\InstallLibsService.cs:line 44
at Volo.Abp.Cli.Commands.InstallLibsCommand.ExecuteAsync(CommandLineArgs commandLineArgs) in D:\ci\Jenkins\workspace\abp-framework-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\Commands\InstallLibsCommand.cs:line 45
at Volo.Abp.Cli.CliService.RunInternalAsync(CommandLineArgs commandLineArgs) in D:\ci\Jenkins\workspace\abp-framework-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\CliService.cs:line 161
at Volo.Abp.Cli.CliService.RunAsync(String[] args) in D:\ci\Jenkins\workspace\abp-framework-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\CliService.cs:line 69
PS C:\windows\system32>
How do I get around this error?
1 Answer(s)
-
0
hi
Run the
abp install-libs
command in your project folder instead ofC:\windows\system32