Visual Studio 2010 Pro - Run as Administrator no network drives
Asked Answered
M

1

7

When i run VS 2010 as Administrator then VS can't find my mapped network drive where my sourcecode is located.

But i realy need VS to run as an administrator in order to attach to a process.

Anyone got experience with this issue?

Malvia answered 13/7, 2011 at 10:26 Comment(1)
Well, your mapped network drives are mapped in a non-elevated user context. Your VS2010 process is running in an elevated administrative context. Thus it probably wouldn't have the saved credentials for your mapped network drives.Specialist
R
6

Redo the mapping while running as admin. Or use UNC path instead of mapped drives.

Repair answered 13/7, 2011 at 17:6 Comment(4)
Didn't work for me. I'm running inside Parallels on a mac, and for whatever reason Visual Studio won't see the shared drives in elevated mode, while Explorer in elevated mode can... grr. (ps. Hi Kate!)Kofu
Me too. Perfectly the same situation: mac + parallel + Visual Studio with high privilege. have you resolved?!?Curtain
Same situation MAC + Parallel + Visual Studio (ADMIN)Alexis
Same situation here :(Biparty

© 2022 - 2024 — McMap. All rights reserved.