DaNeSh
DaNeSh

Reputation: 1062

Visual Studio file opener doesn't show all of the folders

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

enter image description here

When I want to open those files with visual studio, I can't see that folder!

enter image description here

I'm wondering why I see different folders when I open it from Visual Studio!

I tried these:

Upvotes: 1

Views: 131

Answers (1)

sia
sia

Reputation: 46

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.

Upvotes: 2

Related Questions