Open Closed

ABP INSTALL-LIBS #3502


User avatar
0
ryan.rader@tibercapital.com created

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(ReadOnlySpan1 relativePath, String fullPath) at System.IO.Enumeration.FileSystemEnumerator1.MoveNext() at System.Collections.Generic.List1..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)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Run the abp install-libs command in your project folder instead of C:\windows\system32

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11