无法使用管理员帐户运行Visual Studio 2008

时间:2011-07-08 11:21:56

标签: windows visual-studio-2008 windows-7

我无法通过选择“以管理员身份运行”来运行visual studio 2008,它说“应用程序无法启动”。请解决任何问题。

操作系统:Windows 7 64位 IIS 7.5

1 个答案:

答案 0 :(得分:0)

我自己也遇到过类似的问题,当VS以管理员身份运行时,外部工具将无法运行。在我的情况下,该工具尝试访问映射的网络文件夹。事实证明,该映射仅适用于非管理员登录令牌。您是否碰巧访问了映射的网络文件夹?

请参阅:Programs may be unable to access some network locations after you turn on User Account Control in Windows Vista or in Windows 7。链接包括一个可能的解决方案。

顺便说一句,这里的问题可能不是VS特定的。由于它似乎考虑了Windows权限,因此可能应该在ServerFault上询问。