administrator permission are recommended for running visual studio sp1 on windows 7 rc

15,792

Try this from the following article: http://richnewman.wordpress.com/2009/06/06/running-visual-studio-as-an-administrator-under-windows-vista/

Right-click a shortcut to Visual Studio, select the Compatibility tab, and check the ‘Run this program as an administrator’ checkbox at the bottom.

Works for me.

yes, this could remove this warnning message, but vs2005 will output a fatal error c1074 : IDB is not illeagl for PDB ... MS said that when build with XP mode compatibility, vs will generated this error.

Share:
15,792
user_v
Author by

user_v

Updated on June 04, 2022

Comments

  • user_v
    user_v almost 2 years

    I get this annoying message everytime I try to run visual studio 2005(even using "Run as Administrator" gives same message). I have VS 2005 Professional with all the latest service packs installed including vs2005 SP1 and vs 2005 update for Vista.

    I am part of the administrators group on my machine. Still I have this problem.

    Some read on the web suggests that Running program in Compatibility mode solves the problem. Others also recommend turning off the message forever.

    Well my question is how do I turn off this warning which seems to bother me even if I am part of administrators group. Does Visual Studio does not run in administrator mode even when I am an administrator or even I use "Run as adminsitrator".

    Also it would be greate if someone out there can highlight what features of Visual Studio wont be available if Visual Studio is launched as a normal user (User is not an administrator/part of the administrator group) on Windows 7.

  • Admin
    Admin almost 14 years
    I missed a step, there. You need to click the Security Tab to see the list of permissions specific to the devenv.exe file
  • Urbycoz
    Urbycoz about 13 years
    I'm still getting the same problem, even with permissions set to full access.
  • ggurov
    ggurov almost 6 years
    In compatability mode it disappears, but Intellisense crashes VS after opening a sollution. After removing Intellisense, build fails also. Without compatibility mode all seems to be OK despite the initial warning.
  • ggurov
    ggurov almost 6 years
    I was unable to install VS 2005 update for Vista first - it gives error "The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch may update a different version of the program." The same problem as here: stackoverflow.com/questions/1901492/…
  • ggurov
    ggurov almost 6 years
    With this checkbox you can hide the message, but the problem is still there.
  • ggurov
    ggurov almost 6 years
    Nothing helps, neither turning UAC off.