Searching for all .pxd files in specified location...
Unhandled exception. 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 eJayDecompressor.Program.FindFilesToDecompress(String argPath)
at eJayDecompressor.Program.Main(String[] args)
When I run the program through Visual Studio I get this error and I don't understand what I need to do
Searching for all .pxd files in specified location...
Unhandled exception. System.UnauthorizedAccessException: Access to the path 'C:\Windows\System32\config\systemprofile\AppData\Local\Microsoft\Windows\INetCache\Content.IE5' is denied.
at System.IO.Enumeration.FileSystemEnumerator
1.CreateRelativeDirectoryHandle(ReadOnlySpan1 relativePath, String fullPath)at System.IO.Enumeration.FileSystemEnumerator
1.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 eJayDecompressor.Program.FindFilesToDecompress(String argPath)
at eJayDecompressor.Program.Main(String[] args)
When I run the program through Visual Studio I get this error and I don't understand what I need to do