对文件位置的访问被拒绝
您好,我已在远程计算机上安装了 TFS2010 试用版。配置应用程序层时,我收到一条错误,指出 TFSJobAgent
未启动。当我查看错误日志时,我发现了这条消息。
加载配置文件时发生错误:访问路径“C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\machine.config”被拒绝。 (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\machine.config) ---> System.UnauthorizedAccessException:对路径“C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\machine.config”的访问被拒绝。
看起来像访问权限。所以我将担保权更改为允许所有权利。我设置了对该位置的访问权限可供用户 Everyone
使用,但仍然存在问题。但我在笔记本电脑上安装了相同的软件,我可以配置和使用它。所以我正在等待技术人员的宝贵答复来解决我的问题。
谢谢, 湿婆
Hi, I've installed TFS2010 trial version in my remote machine. While configuring the Application Tier, I am getting an error stated that TFSJobAgent
did not start. While I was looking into the Error logs, I found this message.
An error occurred loading a configuration file: Access to the path 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\machine.config' is denied. (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\machine.config) ---> System.UnauthorizedAccessException: Access to the path 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\machine.config' is denied.
It looks like access rights. So I changed the the security rights to allow all rights. And I set the access to that location is available to user Everyone
, but still having the problem. But same software I installed in my laptop and I could able to configure and using it. SO I am waiting for the valuable responses from tech guys to resolve my problem.
Thanks,
Siva
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请在此处查看 MSDN 上的答案:http://social.msdn.microsoft.com/Forums/en/netfxsetup/thread/b31432bc-5025-45a7-91aa-f96644ce4458。这些人遇到了同样的问题,因为他们在同一会话中更改了密码。据他们说,重新启动应该可以解决这个问题。
Please check the answer on MSDN here: http://social.msdn.microsoft.com/Forums/en/netfxsetup/thread/b31432bc-5025-45a7-91aa-f96644ce4458. These people had the same problem because in the same session they changed passwords. A reboot should fix it, according to them.