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?

HerbalMart
  • 1,669
  • 3
  • 27
  • 50
  • 2
    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. – J. Steen Jul 13 '11 at 10:27

1 Answers1

6

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

Kate Gregory
  • 18,808
  • 8
  • 56
  • 85