bohdan_trotsenko
bohdan_trotsenko

Reputation: 5357

Visual Studio 2010 Beta 2 started to ask for elevation

I worked fine in Visual Studio 2010 Beta 2 under Windows 7 64-bit, but after some time VS-2010 started to ask for elevation each launch.

Yep, it works fine. But running in administrator mode each time is somehow unconfident.

Googling doesn't help spread the light on the problem; I hope fellow developers have faced and solved this issue.

Upvotes: 2

Views: 128

Answers (2)

bashmohandes
bashmohandes

Reputation: 2376

I don't think a plain installation of VS 2010 would ask for admin rights, Did you install any extensions lately? may be one of them needs admin access for some reason?

Upvotes: 0

ZoogieZork
ZoogieZork

Reputation: 11279

Just a wild guess: Maybe the "Run as administrator" flag is set on the shortcut?

Right click -> Properties -> Advanced -> "Run as administrator"

Upvotes: 4

Related Questions