Visual studio 2010 Requires Run as Admin to build website -


i using visual studio 2010 ultimate , have solution contains website project. under xp pro evrything built fine. moved on new machine running windows 7 ultimate, , when go build website following error meesage:

------ build started: project: c:...\website\, configuration: debug cpu ------ validating web site : build (web): failed map path '/'

if pick "run administrator" option launching visual studio website builds , have no errors ata all.

i prefer not have run visual studio administrator. suggestions?

you can right have visual studio permanently running administrator.

simply follow these steps:

   1) find visual studio executable.      visual studio 2010 c# express:     c:\program files\microsoft visual studio 10.0\common7\ide\vcsexpress.exe      visual studio 2010 professional:     c:\program files\microsoft visual studio 10.0\common7\ide\devenv.exe      2) right-click on visual studio executable , left-click properties      3) on new window, click compatibility tab      4) tick option "run program administrator"      5) click ok save settings 

enjoy visual studio without having "run administrator" each time. ;)


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -