I have a web application that generates some files on the fly to debug in this URI:
C:\Windows\System32\config\systemprofile\AppData\Roaming\Company
When I want to open those files with visual studio, I can't see that folder!
I'm wondering why I see different folders when I open it from Visual Studio!
I tried these:
As Hans said in his comment:
Visual Studio is a 32-bit process. On a 64-bit OS it is subject to the File System Redirector. A workaround is to navigate to c:\windows\sysnative instead.